NCMBScriptRequestMethod Constants Reference
Declared in | NCMBScriptService.h |
---|
NCMBScriptRequestMethod
スクリプトを実行するリクエストメソッド
Definition
typedef NS_ENUM(NSUInteger, NCMBScriptRequestMethod ) {
NCMBExecuteWithGetMethod,
NCMBExecuteWithPostMethod,
NCMBExecuteWithPutMethod,
NCMBExecuteWithDeleteMethod,
};
Constants
NCMBExecuteWithGetMethod
-
GETメソッドでのスクリプト実行
Declared In
NCMBScriptService.h
. NCMBExecuteWithPostMethod
-
POSTメソッドでのスクリプト実行
Declared In
NCMBScriptService.h
. NCMBExecuteWithPutMethod
-
PUTメソッドでのスクリプト実行
Declared In
NCMBScriptService.h
. NCMBExecuteWithDeleteMethod
-
DELETEメソッドでのスクリプト実行
Declared In
NCMBScriptService.h
.
Declared In
NCMBScriptService.h