C# Class ISessionM_Dummy, sessionm-enterprise-unity

Inheritance: ISessionM
Afficher le fichier Open project: sessionm/sessionm-enterprise-unity

Méthodes publiques

Méthode Description
AuthenticateWithToken ( string provider, string token ) : bool
DismissActivity ( ) : void
FetchContent ( string contentID, bool isExternalID ) : void
GetApplicationMultiplier ( ) : double
GetCallback ( ) : ISessionMCallback
GetLogLevel ( ) : LogLevel
GetMessagesList ( ) : string
GetOffers ( ) : string
GetRewards ( ) : string
GetSDKVersion ( ) : string
GetSessionState ( ) : SessionState,
GetTiers ( ) : string
GetUnclaimedAchievementCount ( ) : int
GetUnclaimedAchievementData ( ) : string
GetUser ( ) : string
GetUserOptOutStatus ( ) : bool
ISessionM_Dummy ( ) : System
IsActivityAvailable ( ActivityType, type ) : bool
IsActivityPresented ( ) : bool
IsSessionAutoStartEnabled ( ) : bool
LogAction ( string action ) : void
LogAction ( string action, int count ) : void
LogAction ( string action, int count, object>.Dictionary payloads ) : void
LogInUserWithEmail ( string email, string password ) : bool
LogOutUser ( ) : void
NotifyClaimed ( ) : void
NotifyDismissed ( ) : void
NotifyPresented ( ) : void
PresentActivity ( ActivityType, type ) : bool
PresentTierList ( ) : void
SetAppKey ( string appKey ) : void
SetCallback ( ISessionMCallback callback ) : void
SetLogLevel ( LogLevel level ) : void
SetMessagesEnabled ( bool enabled ) : void
SetMetaData ( string data, string key ) : void
SetServerType ( string url ) : void
SetServiceRegion ( ServiceRegion region ) : void
SetSessionAutoStartEnabled ( bool autoStartEnabled ) : void
SetShouldAutoUpdateAchievementsList ( bool shouldAutoUpdate ) : void
SetUserOptOutStatus ( bool status ) : void
SignUpUser ( string email, string password, string birthYear, string gender, string zipCode ) : bool
StartSession ( string appId ) : void
UpdateAchievementsList ( ) : void
UpdateOffers ( ) : void

Method Details

AuthenticateWithToken() public méthode

public AuthenticateWithToken ( string provider, string token ) : bool
provider string
token string
Résultat bool

DismissActivity() public méthode

public DismissActivity ( ) : void
Résultat void

FetchContent() public méthode

public FetchContent ( string contentID, bool isExternalID ) : void
contentID string
isExternalID bool
Résultat void

GetApplicationMultiplier() public méthode

public GetApplicationMultiplier ( ) : double
Résultat double

GetCallback() public méthode

public GetCallback ( ) : ISessionMCallback
Résultat ISessionMCallback

GetLogLevel() public méthode

public GetLogLevel ( ) : LogLevel
Résultat LogLevel

GetMessagesList() public méthode

public GetMessagesList ( ) : string
Résultat string

GetOffers() public méthode

public GetOffers ( ) : string
Résultat string

GetRewards() public méthode

public GetRewards ( ) : string
Résultat string

GetSDKVersion() public méthode

public GetSDKVersion ( ) : string
Résultat string

GetSessionState() public méthode

public GetSessionState ( ) : SessionState,
Résultat SessionState,

GetTiers() public méthode

public GetTiers ( ) : string
Résultat string

GetUnclaimedAchievementCount() public méthode

public GetUnclaimedAchievementCount ( ) : int
Résultat int

GetUnclaimedAchievementData() public méthode

public GetUnclaimedAchievementData ( ) : string
Résultat string

GetUser() public méthode

public GetUser ( ) : string
Résultat string

GetUserOptOutStatus() public méthode

public GetUserOptOutStatus ( ) : bool
Résultat bool

ISessionM_Dummy() public méthode

public ISessionM_Dummy ( ) : System
Résultat System

IsActivityAvailable() public méthode

public IsActivityAvailable ( ActivityType, type ) : bool
type ActivityType,
Résultat bool

IsActivityPresented() public méthode

public IsActivityPresented ( ) : bool
Résultat bool

IsSessionAutoStartEnabled() public méthode

public IsSessionAutoStartEnabled ( ) : bool
Résultat bool

LogAction() public méthode

public LogAction ( string action ) : void
action string
Résultat void

LogAction() public méthode

public LogAction ( string action, int count ) : void
action string
count int
Résultat void

LogAction() public méthode

public LogAction ( string action, int count, object>.Dictionary payloads ) : void
action string
count int
payloads object>.Dictionary
Résultat void

LogInUserWithEmail() public méthode

public LogInUserWithEmail ( string email, string password ) : bool
email string
password string
Résultat bool

LogOutUser() public méthode

public LogOutUser ( ) : void
Résultat void

NotifyClaimed() public méthode

public NotifyClaimed ( ) : void
Résultat void

NotifyDismissed() public méthode

public NotifyDismissed ( ) : void
Résultat void

NotifyPresented() public méthode

public NotifyPresented ( ) : void
Résultat void

PresentActivity() public méthode

public PresentActivity ( ActivityType, type ) : bool
type ActivityType,
Résultat bool

PresentTierList() public méthode

public PresentTierList ( ) : void
Résultat void

SetAppKey() public méthode

public SetAppKey ( string appKey ) : void
appKey string
Résultat void

SetCallback() public méthode

public SetCallback ( ISessionMCallback callback ) : void
callback ISessionMCallback
Résultat void

SetLogLevel() public méthode

public SetLogLevel ( LogLevel level ) : void
level LogLevel
Résultat void

SetMessagesEnabled() public méthode

public SetMessagesEnabled ( bool enabled ) : void
enabled bool
Résultat void

SetMetaData() public méthode

public SetMetaData ( string data, string key ) : void
data string
key string
Résultat void

SetServerType() public méthode

public SetServerType ( string url ) : void
url string
Résultat void

SetServiceRegion() public méthode

public SetServiceRegion ( ServiceRegion region ) : void
region ServiceRegion
Résultat void

SetSessionAutoStartEnabled() public méthode

public SetSessionAutoStartEnabled ( bool autoStartEnabled ) : void
autoStartEnabled bool
Résultat void

SetShouldAutoUpdateAchievementsList() public méthode

public SetShouldAutoUpdateAchievementsList ( bool shouldAutoUpdate ) : void
shouldAutoUpdate bool
Résultat void

SetUserOptOutStatus() public méthode

public SetUserOptOutStatus ( bool status ) : void
status bool
Résultat void

SignUpUser() public méthode

public SignUpUser ( string email, string password, string birthYear, string gender, string zipCode ) : bool
email string
password string
birthYear string
gender string
zipCode string
Résultat bool

StartSession() public méthode

public StartSession ( string appId ) : void
appId string
Résultat void

UpdateAchievementsList() public méthode

public UpdateAchievementsList ( ) : void
Résultat void

UpdateOffers() public méthode

public UpdateOffers ( ) : void
Résultat void