GetAppId
Returns the app id of the client app.
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
string appId = _bc.GetAppId();
const char * appId = _bc->getAppId();
const char * appId = [_bc appId];
String appId = _bc.getAppId();
var appId = _bc.getAppId();
var appId = _bc.getAppId();
// N/A
// N/A