Modifier and Type | Method and Description |
---|---|
void |
MobileServiceClient.invokeApi(String apiName,
ApiJsonOperationCallback callback)
Invokes a custom API using POST HTTP method
|
void |
MobileServiceClient.invokeApi(String apiName,
com.google.gson.JsonElement body,
ApiJsonOperationCallback callback)
Invokes a custom API using POST HTTP method
|
void |
MobileServiceClient.invokeApi(String apiName,
com.google.gson.JsonElement body,
String httpMethod,
List<
Invokes a custom API
|
void |
MobileServiceClient.invokeApi(String apiName,
String httpMethod,
List<
Invokes a custom API
|