Property IsSignedIn
IsSignedIn
Checks whether the player is signed in or not. A player can remain signed in but have an expired session.
Declaration
bool IsSignedIn { get; }
Property Value
Type | Description |
---|---|
bool | Returns true if player is signed in, else false. |