Class Availability
Namespace: Ayuda.BMS.Splash.PI.SDK.Constants
Fields
Available
Indicates that the face or face pack is available.
Declaration
public const string Available = "Available"
Field Value
Type | Description |
---|---|
System.String |
MaybeAvailable
Indicates that the face or face pack may be available.
Declaration
public const string MaybeAvailable = "MaybeAvailable"
Field Value
Type | Description |
---|---|
System.String |
NotAvailable
Indicates that the face or face pack is not available.
Declaration
public const string NotAvailable = "NotAvailable"
Field Value
Type | Description |
---|---|
System.String |
PartiallyAvailable
Indicates that the face or face pack is partially available.
Declaration
public const string PartiallyAvailable = "PartiallyAvailable"
Field Value
Type | Description |
---|---|
System.String |