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)launchingStatusReturn 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.
+ (nullable NSDictionary<NSString*,id> *)launchingInformationsReturn Value
All Launching Information from the server.
Declared In
TCGBLaunching.h
+ TCGBLaunchingInformations
Launching Information related with TCGB launching service.
+ (nullable NSDictionary<NSString*,id> *)TCGBLaunchingInformationsReturn Value
Launching Information related with TCGB launching service.
Declared In
TCGBLaunching.h
+ tcProductInformations
Launching Information related with NHN Cloud product.
+ (nullable NSDictionary<NSString*,id> *)tcProductInformationsReturn Value
Launching Information related with NHN Cloud product.
Declared In
TCGBLaunching.h
+ tcLaunchingInformations
Launching Information related with NHN Cloud launching.
+ (nullable NSString *)tcLaunchingInformationsReturn Value
Launching Information related with NHN Cloud launching.
Declared In
TCGBLaunching.h
+ tcIAPInformations
Launching Information related with NHN Cloud IAP.
+ (nullable NSArray<NSDictionary<NSString*,id> *> *)tcIAPInformationsReturn Value
Launching Information related with NHN Cloud IAP.
Declared In
TCGBLaunching.h