C# Класс ISessionM_iOS, sessionm-enterprise-unity

Наследование: ISessionM
Показать файл Открыть проект

Открытые методы

Метод Описание
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
ISessionM_iOS ( SessionM sessionMParent ) : System
IsActivityAvailable ( ActivityType, type ) : bool
IsActivityPresented ( ) : 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
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

Приватные методы

Метод Описание
CreateListenerObject ( ) : void
SMAuthenticateWithToken ( string provider, string token ) : bool
SMDismissActivity ( ) : void
SMFetchContentWithID ( string contentID, bool isExternalID ) : void
SMGetApplicationMultiplier ( ) : double
SMGetLogLevel ( ) : int
SMGetMessagesList ( ) : string
SMGetOffers ( ) : string
SMGetRewardsJSON ( ) : string
SMGetSDKVersion ( ) : string
SMGetSessionState ( ) : int
SMGetTiers ( ) : string
SMGetUnclaimedAchievementJSON ( ) : string
SMGetUserJSON ( ) : string
SMIsActivityAvailable ( int type ) : bool
SMIsActivityPresented ( ) : bool
SMLogAction ( string action ) : void
SMLogActions ( string action, int count ) : void
SMLogActionsWithPayloads ( string action, int count, string payloadsJSON ) : void
SMLogInUserWithEmail ( string email, string password ) : bool
SMLogOutUser ( ) : void
SMNotifyCustomAchievementClaimed ( ) : void
SMNotifyCustomAchievementDismissed ( ) : void
SMNotifyCustomAchievementPresented ( ) : void
SMPlayerDataGetUnclaimedAchievementCount ( ) : int
SMPlayerDataSetUserOptOutStatus ( bool status ) : void
SMPresentActivity ( int type ) : bool
SMPresentTierList ( ) : void
SMSetCallbackGameObjectName ( string gameObjectName ) : void
SMSetLogLevel ( int level ) : void
SMSetMessagesEnabled ( bool enabled ) : void
SMSetMetaData ( string data, string key ) : void
SMSetServerType ( string url ) : void
SMSetServiceRegion ( int region ) : void
SMSetShouldAutoUpdateAchievementsList ( bool shouldAutoUpdate ) : void
SMSignUpUser ( string email, string password, string birthYear, string gender, string zipCode ) : bool
SMStartSession ( string appId ) : void
SMUpdateAchievementsList ( ) : void
SMUpdateOffers ( ) : void

Описание методов

AuthenticateWithToken() публичный Метод

public AuthenticateWithToken ( string provider, string token ) : bool
provider string
token string
Результат bool

DismissActivity() публичный Метод

public DismissActivity ( ) : void
Результат void

FetchContent() публичный Метод

public FetchContent ( string contentID, bool isExternalID ) : void
contentID string
isExternalID bool
Результат void

GetApplicationMultiplier() публичный Метод

public GetApplicationMultiplier ( ) : double
Результат double

GetCallback() публичный Метод

public GetCallback ( ) : ISessionMCallback
Результат ISessionMCallback

GetLogLevel() публичный Метод

public GetLogLevel ( ) : LogLevel
Результат LogLevel

GetMessagesList() публичный Метод

public GetMessagesList ( ) : string
Результат string

GetOffers() публичный Метод

public GetOffers ( ) : string
Результат string

GetRewards() публичный Метод

public GetRewards ( ) : string
Результат string

GetSDKVersion() публичный Метод

public GetSDKVersion ( ) : string
Результат string

GetSessionState() публичный Метод

public GetSessionState ( ) : SessionState,
Результат SessionState,

GetTiers() публичный Метод

public GetTiers ( ) : string
Результат string

GetUnclaimedAchievementCount() публичный Метод

public GetUnclaimedAchievementCount ( ) : int
Результат int

GetUnclaimedAchievementData() публичный Метод

public GetUnclaimedAchievementData ( ) : string
Результат string

GetUser() публичный Метод

public GetUser ( ) : string
Результат string

ISessionM_iOS() публичный Метод

public ISessionM_iOS ( SessionM sessionMParent ) : System
sessionMParent SessionM
Результат System

IsActivityAvailable() публичный Метод

public IsActivityAvailable ( ActivityType, type ) : bool
type ActivityType,
Результат bool

IsActivityPresented() публичный Метод

public IsActivityPresented ( ) : bool
Результат bool

LogAction() публичный Метод

public LogAction ( string action ) : void
action string
Результат void

LogAction() публичный Метод

public LogAction ( string action, int count ) : void
action string
count int
Результат void

LogAction() публичный Метод

public LogAction ( string action, int count, object>.Dictionary payloads ) : void
action string
count int
payloads object>.Dictionary
Результат void

LogInUserWithEmail() публичный Метод

public LogInUserWithEmail ( string email, string password ) : bool
email string
password string
Результат bool

LogOutUser() публичный Метод

public LogOutUser ( ) : void
Результат void

NotifyClaimed() публичный Метод

public NotifyClaimed ( ) : void
Результат void

NotifyDismissed() публичный Метод

public NotifyDismissed ( ) : void
Результат void

NotifyPresented() публичный Метод

public NotifyPresented ( ) : void
Результат void

PresentActivity() публичный Метод

public PresentActivity ( ActivityType, type ) : bool
type ActivityType,
Результат bool

PresentTierList() публичный Метод

public PresentTierList ( ) : void
Результат void

SetAppKey() публичный Метод

public SetAppKey ( string appKey ) : void
appKey string
Результат void

SetCallback() публичный Метод

public SetCallback ( ISessionMCallback callback ) : void
callback ISessionMCallback
Результат void

SetLogLevel() публичный Метод

public SetLogLevel ( LogLevel level ) : void
level LogLevel
Результат void

SetMessagesEnabled() публичный Метод

public SetMessagesEnabled ( bool enabled ) : void
enabled bool
Результат void

SetMetaData() публичный Метод

public SetMetaData ( string data, string key ) : void
data string
key string
Результат void

SetServerType() публичный Метод

public SetServerType ( string url ) : void
url string
Результат void

SetServiceRegion() публичный Метод

public SetServiceRegion ( ServiceRegion region ) : void
region ServiceRegion
Результат void

SetShouldAutoUpdateAchievementsList() публичный Метод

public SetShouldAutoUpdateAchievementsList ( bool shouldAutoUpdate ) : void
shouldAutoUpdate bool
Результат void

SetUserOptOutStatus() публичный Метод

public SetUserOptOutStatus ( bool status ) : void
status bool
Результат void

SignUpUser() публичный Метод

public SignUpUser ( string email, string password, string birthYear, string gender, string zipCode ) : bool
email string
password string
birthYear string
gender string
zipCode string
Результат bool

StartSession() публичный Метод

public StartSession ( string appId ) : void
appId string
Результат void

UpdateAchievementsList() публичный Метод

public UpdateAchievementsList ( ) : void
Результат void

UpdateOffers() публичный Метод

public UpdateOffers ( ) : void
Результат void