C# 클래스 GameThriveIOS, GameThrive-Unity-SDK

상속: GameThrivePlatform
파일 보기 프로젝트 열기: GameThrive/GameThrive-Unity-SDK

공개 메소드들

메소드 설명
DeleteTag ( string key ) : void
DeleteTags ( IList keys ) : void
FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void
GameThriveIOS ( string gameObjectName, string appId, bool autoRegister ) : GameThrivePush.MiniJSON
GetTags ( ) : void
IdsAvailable ( ) : void
OnApplicationPause ( bool paused ) : void
RegisterForPushNotifications ( ) : void
SendPurchase ( double amount ) : void
SendTag ( string tagName, string tagValue ) : void
SendTags ( string>.IDictionary tags ) : void

비공개 메소드들

메소드 설명
_deleteTag ( string key ) : void
_deleteTags ( string keys ) : void
_getTags ( ) : void
_idsAvailable ( ) : void
_init ( string listenerName, string appId, bool autoRegister ) : void
_registerForPushNotifications ( ) : void
_sendPurchase ( double amount ) : void
_sendTag ( string tagName, string tagValue ) : void
_sendTags ( string tags ) : void

메소드 상세

DeleteTag() 공개 메소드

public DeleteTag ( string key ) : void
key string
리턴 void

DeleteTags() 공개 메소드

public DeleteTags ( IList keys ) : void
keys IList
리턴 void

FireNotificationReceivedEvent() 공개 메소드

public FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void
jsonString string
notificationReceived GameThrive,
리턴 void

GameThriveIOS() 공개 메소드

public GameThriveIOS ( string gameObjectName, string appId, bool autoRegister ) : GameThrivePush.MiniJSON
gameObjectName string
appId string
autoRegister bool
리턴 GameThrivePush.MiniJSON

GetTags() 공개 메소드

public GetTags ( ) : void
리턴 void

IdsAvailable() 공개 메소드

public IdsAvailable ( ) : void
리턴 void

OnApplicationPause() 공개 메소드

public OnApplicationPause ( bool paused ) : void
paused bool
리턴 void

RegisterForPushNotifications() 공개 메소드

public RegisterForPushNotifications ( ) : void
리턴 void

SendPurchase() 공개 메소드

public SendPurchase ( double amount ) : void
amount double
리턴 void

SendTag() 공개 메소드

public SendTag ( string tagName, string tagValue ) : void
tagName string
tagValue string
리턴 void

SendTags() 공개 메소드

public SendTags ( string>.IDictionary tags ) : void
tags string>.IDictionary
리턴 void