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.

Declared In

TCGBLaunching.h

+ launchingInformations

All Launching Information from the server.

+ (nullable NSDictionary<NSString*,id> *)launchingInformations

Return Value

All Launching Information from the server.

Declared In

TCGBLaunching.h

+ TCGBLaunchingInformations

Launching Information related with TCGB launching service.

+ (nullable NSDictionary<NSString*,id> *)TCGBLaunchingInformations

Return Value

Launching Information related with TCGB launching service.

Declared In

TCGBLaunching.h

+ tcProductInformations

Launching Information related with NHN Cloud product.

+ (nullable NSDictionary<NSString*,id> *)tcProductInformations

Return Value

Launching Information related with NHN Cloud product.

Declared In

TCGBLaunching.h

+ tcLaunchingInformations

Launching Information related with NHN Cloud launching.

+ (nullable NSString *)tcLaunchingInformations

Return 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> *> *)tcIAPInformations

Return Value

Launching Information related with NHN Cloud IAP.

Declared In

TCGBLaunching.h