SetStoredProfileId
Sets the stored profile ID
Method Parameters
| Parameter | Description |
|---|---|
| profileId | The profile ID to set |
Usage
http://localhost:3000
- C#
- C++
- Obj-C
- Java
- JavaScript
- Dart
- Roblox
- GDScript
- Cloud Code
- Raw
_bc.SetStoredProfileId("1234-1234-1234-1234");
_bc->setStoredProfileId("1234-1234-1234-1234");
_bc.storedProfileId = @"1234-1234-1234-1234";
_bc.setStoredProfileId("1234-1234-1234-1234");
_bc.setStoredProfileId("1234-1234-1234-1234");
_bc.setStoredProfileId("1234-1234-1234-1234");
_bc:setStoredProfileId("1234-1234-1234-1234")
var result = await _bc.set_stored_profile_id("1234-1234-1234-1234")
if result.status == 200:
print("Success")
else:
print("Failed: %s" % result.status_message)
// N/A
// N/A
JSON Response
_bc.setStoredProfileId("1234-1234-1234-1234");