TCGBLaunching Class Reference
Inherits from | NSObject |
---|---|
Declared in | TCGBLaunching.h |
Overview
The TCGBLaunching class contains several informations that is received from the server after application is successfully launched.
Launching Information
+ launchingStatus
Launching Status which indicates whether the application is playable or not.
+ (TCGBLaunchingStatus)launchingStatus
Return Value
Launching Status which indicates whether the application is playable or not.
See Also
Declared In
TCGBLaunching.h
+ launchingInformations
All Launching Information from the server.
+ (NSDictionary *)launchingInformations
Return Value
All Launching Information from the server.
Declared In
TCGBLaunching.h
+ TCGBLaunchingInformations
Launching Information related with TCGB launching service.
+ (NSDictionary *)TCGBLaunchingInformations
Return Value
Launching Information related with TCGB launching service.
Declared In
TCGBLaunching.h
+ tcProductInformations
Launching Information related with toast cloud product.
+ (NSDictionary *)tcProductInformations
Return Value
Launching Information related with toast cloud product.
Declared In
TCGBLaunching.h
+ tcLaunchingInformations
Launching Information related with toast cloud launching.
+ (NSDictionary *)tcLaunchingInformations
Return Value
Launching Information related with toast cloud launching.
Declared In
TCGBLaunching.h
+ tcIAPInformations
Launching Information related with toast cloud IAP.
+ (NSArray *)tcIAPInformations
Return Value
Launching Information related with toast cloud IAP.
Declared In
TCGBLaunching.h
+ addUpdateStatusNotification:
When launching status is changed, this notificationHandler is called.
+ (void)addUpdateStatusNotification:(changedStatusNotificationHandler)notificationHandler
Parameters
notificationHandler |
When launching status is changed, this notificationHandler is called. |
---|
Declared In
TCGBLaunching.h
+ removeUpdateStatusNotification:
notificationHandler which would be removed.
+ (void)removeUpdateStatusNotification:(changedStatusNotificationHandler)notificationHandler
Parameters
notificationHandler |
notificationHandler which would be removed. |
---|
Declared In
TCGBLaunching.h
+ addObserverOnChangedStatusNotification:
When launching status is changed, this notificationHandler is called.
+ (BOOL)addObserverOnChangedStatusNotification:(changedStatusNotificationHandler)notificationHandler
Parameters
notificationHandler |
When launching status is changed, this notificationHandler is called. |
---|
Return Value
Result that invoked method is whether succeeded or failed.
Declared In
TCGBLaunching.h
+ removeObserverOnChangedStatusNotification:
notificationHandler which would be removed.
+ (BOOL)removeObserverOnChangedStatusNotification:(changedStatusNotificationHandler)notificationHandler
Parameters
notificationHandler |
notificationHandler which would be removed. |
---|
Return Value
Result that invoked method is whether succeeded or failed.
Declared In
TCGBLaunching.h