Method | 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 |
||
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 |
public AuthenticateWithToken ( string provider, string token ) : bool | ||
provider | string | |
token | string | |
return | bool |
public FetchContent ( string contentID, bool isExternalID ) : void | ||
contentID | string | |
isExternalID | bool | |
return | void |
public GetUnclaimedAchievementCount ( ) : int | ||
return | int |
public GetUnclaimedAchievementData ( ) : string | ||
return | string |
public IsActivityAvailable ( ActivityType, type ) : bool | ||
type | ActivityType, | |
return | bool |
public LogAction ( string action, int count ) : void | ||
action | string | |
count | int | |
return | void |
public LogAction ( string action, int count, object>.Dictionary |
||
action | string | |
count | int | |
payloads | object>.Dictionary | |
return | void |
public LogInUserWithEmail ( string email, string password ) : bool | ||
string | ||
password | string | |
return | bool |
public PresentActivity ( ActivityType, type ) : bool | ||
type | ActivityType, | |
return | bool |
public SetCallback ( ISessionMCallback callback ) : void | ||
callback | ISessionMCallback | |
return | void |
public SetMessagesEnabled ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public SetMetaData ( string data, string key ) : void | ||
data | string | |
key | string | |
return | void |
public SetServiceRegion ( ServiceRegion region ) : void | ||
region | ServiceRegion | |
return | void |
public SetSessionAutoStartEnabled ( bool autoStartEnabled ) : void | ||
autoStartEnabled | bool | |
return | void |
public SetShouldAutoUpdateAchievementsList ( bool shouldAutoUpdate ) : void | ||
shouldAutoUpdate | bool | |
return | void |
public SetUserOptOutStatus ( bool status ) : void | ||
status | bool | |
return | void |
public SignUpUser ( string email, string password, string birthYear, string gender, string zipCode ) : bool | ||
string | ||
password | string | |
birthYear | string | |
gender | string | |
zipCode | string | |
return | bool |