Interface IServiceValidation
Provides validation states for the holoride service and required permissions.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.StateReceivers.dll
Syntax
public interface IServiceValidation : INotifyPropertyChanged
Properties
ArePermissionsGranted
Gets a value indicating whether all required permissions to communicate with the service have been granted.
Declaration
bool ArePermissionsGranted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHolorideServiceInstalled
Gets a value indicating whether the holoride service is installed on the device.
Declaration
bool IsHolorideServiceInstalled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsServiceConnected
Gets a value indicating whether the holoride service is connected.
Declaration
bool IsServiceConnected { get; }
Property Value
| Type | Description |
|---|---|
| bool |