Interface ICloudUser
Provides a cross-platform interface to access information related to cloud user.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public interface ICloudUser
Properties
AccountStatus
The current status of user account.
Declaration
CloudUserAccountStatus AccountStatus { get; }
Property Value
Type | Description |
---|---|
CloudUserAccountStatus |
UserId
The string to identify active user.
Declaration
string UserId { get; }
Property Value
Type | Description |
---|---|
System.String |