Class Play
[Obsolete("You should use the CloudService instance from CoherenceBridge to communicate with the coherence Cloud.")]
public static class Play
- Inheritance
-
Play
Properties
IsLoggedIn
[Obsolete("You should use the CloudService instance from CoherenceBridge to communicate with the coherence Cloud. CloudService.IsLoggedIn is the equivalent of IsLoggedIn")]
public static bool IsLoggedIn { get; }
Property Value
Methods
Init(IRuntimeSettings, bool)
public static bool Init(IRuntimeSettings runtimeSettings, bool useWebSockets = true)
Parameters
runtimeSettings
IRuntimeSettingsuseWebSockets
bool
Returns
Events
OnConnect
public static event Action OnConnect
Event Type
OnConnectionError
public static event Action OnConnectionError
Event Type
OnDisconnect
public static event Action OnDisconnect