| BrainCloudServiceClientAuthentication_Initialize Method |
[This is preliminary documentation and is subject to change.]
Initialize - initializes the identity service with a saved
anonymous installation id and most recently used profile id
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void Authentication_Initialize(
string profileId,
string anonymousId,
int clientIndex
)
Parameters
- profileId
- Type: SystemString
The id of the profile id that was most recently used by the app (on this device) - anonymousId
- Type: SystemString
The anonymous installation id that was generated for this device - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
See Also