GetStoredAnonymousId
Returns the stored anonymous ID
Usage
http://localhost:3000
- C#
- C++
- Obj-C
- Java
- JavaScript
- Dart
- Roblox
- GDScript
- Cloud Code
- Raw
string anonymousId = _bc.GetStoredAnonymousId();
std::string anonymousId = _bc->getStoredAnonymousId();
NSString* anonymousId = [_bc getStoredAnonymousId];
String id = _bc.getStoredAnonymousId();
var anonymousId = _bc.getStoredAnonymousId();
String anonymousId = _bc.getStoredAnonymousId();
local anonymousId = _bc:getStoredAnonymousId()
var result = await _bc.get_stored_anonymous_id()
if result.status == 200:
print("Success")
else:
print("Failed: %s" % result.status_message)
// N/A
// N/A
JSON Response
var anonymousId = _bc.getStoredAnonymousId();