ResetStoredAnonymousId
Resets the anonymous ID to empty string. When the anonymousId is empty a new one will be generated automatically on authentication.
Usage
http://localhost:3000
- C#
- C++
- Obj-C
- Java
- JavaScript
- Dart
- Roblox
- GDScript
- Cloud Code
- Raw
_bc.ResetStoredAnonymousId();
_bc->resetStoredAnonymousId();
_bc.storedAnonymousId = @"";
_bc.resetStoredAnonymousId();
_bc.resetStoredAnonymousId();
_bc.resetStoredAnonymousId();
_bc:resetStoredAnonymousId()
var result = await _bc.reset_stored_anonymous_id()
if result.status == 200:
print("Success")
else:
print("Failed: %s" % result.status_message)
// N/A
// N/A
JSON Response
_bc.resetStoredAnonymousId();