TCGBPush Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCGBPush.h |
Overview
The TCGBPush class provides registering push token API to NHN Cloud Push Server and querying push token API.
+ registerPushWithPushConfiguration:completion:
Register push token to NHN Cloud Push Server.
+ (void)registerPushWithPushConfiguration:(TCGBPushConfiguration *)configuration completion:(nullable void ( ^ ) ( TCGBError *_Nullable error ))completionParameters
configuration |
The configuration which has pushEnabled, ADAgreement and AdAgreementNight. |
|---|---|
completion |
callback |
Availability
Added 1.4.0.
See Also
Declared In
TCGBPush.h
+ registerPushWithPushConfiguration:notificationOptions:completion:
Register push token to NHN Cloud Push Server.
+ (void)registerPushWithPushConfiguration:(TCGBPushConfiguration *)configuration notificationOptions:(nullable TCGBNotificationOptions *)notificationOptions completion:(nullable void ( ^ ) ( TCGBError *_Nullable error ))completionParameters
configuration |
The configuration which has pushEnabled, ADAgreement and AdAgreementNight. |
|---|---|
notificationOptions |
The notificationOptions which has foregroundEnabled, badgeEnabled, soundEnabled. |
completion |
callback |
Availability
Added 2.15.0.
See Also
Declared In
TCGBPush.h
+ queryPushWithCompletion:
Query push token to NHN Cloud Push Server.
+ (void)queryPushWithCompletion:(void ( ^ ) ( TCGBPushConfiguration *_Nullable configuration , TCGBError *_Nullable error ))completionParameters
completion |
callback, this callback has TCGBPushConfiguration information. |
|---|
Availability
Added 1.4.0.
See Also
Declared In
TCGBPush.h
+ queryTokenInfoWithCompletion:
Query push token information to NHN Cloud Push Server.
+ (void)queryTokenInfoWithCompletion:(void ( ^ ) ( TCGBPushTokenInfo *_Nullable tokenInfo , TCGBError *_Nullable error ))completionParameters
completion |
callback, this callback has TCGBPushTokenInfo information. |
|---|
Availability
Added 2.15.0.
Declared In
TCGBPush.h
+ setSandboxMode:
Set SandboxMode.
+ (void)setSandboxMode:(BOOL)isSandboxParameters
isSandbox |
|
|---|
Availability
Added 1.4.0.
Declared In
TCGBPush.h
+ notificationOptions
Get notificationOptions.
+ (nullable TCGBNotificationOptions *)notificationOptionsAvailability
Added 2.15.0.
Declared In
TCGBPush.h