NCMB Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NCMB.h |
+ setApplicationKey:clientKey:
アプリケーションキーとクライアントキーの設定
+ (void)setApplicationKey:(NSString *)applicationKey clientKey:(NSString *)clientKeyParameters
applicationKey |
アプリケーションを一意に識別するキー |
|---|---|
clientKey |
APIを利用する際に必要となるキー |
Declared In
NCMB.h
+ enableResponseValidation:
レスポンスが改ざんされていないか判定する機能を有効にする
デフォルトは無効です
+ (void)enableResponseValidation:(BOOL)checkFlagParameters
checkFlag |
true:有効, false:無効 |
|---|
Declared In
NCMB.h
+ getResponseValidationFlag
レスポンバリデーションの設定状況を取得
+ (BOOL)getResponseValidationFlagDeclared In
NCMB.h
+ showConfirmPushNotification
プッシュ通知アラートを表示させる
+ (void)showConfirmPushNotificationDeclared In
NCMB.h