TCGBGameNotice Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBGameNotice.h |
+ openGameNoticeWithViewController:completion:
Open GameNotice. - Parameters: - viewController: represent to current viewcontroller. - completion: completion may call when finished showing gameNotice.
+ (void)openGameNoticeWithViewController:(nullable UIViewController *)viewController completion:(nullable void ( ^ ) ( TCGBError *_Nullable ))completionDeclared In
TCGBGameNotice.h
+ openGameNoticeWithViewController:configuration:completion:
Open GameNotice. - Parameters: - viewController: represent to current viewcontroller. - configuration: This configuration applies to the behavior of the gameNotice. - completion: completion may call when finished showing gameNotice.
+ (void)openGameNoticeWithViewController:(nullable UIViewController *)viewController configuration:(TCGBGameNoticeConfiguration *)configuration completion:(nullable void ( ^ ) ( TCGBError *_Nullable ))completionDeclared In
TCGBGameNotice.h