PresenceEntitlementServiceData
Inherits from PresenceServiceData
Summary
Constructors
Static members
| Name | Type |
|---|---|
| PresenceEntitlementServiceData.typeInfo | TypeInformation |
Constructors
PresenceEntitlementServiceData
PresenceEntitlementServiceData()
Creates a new PresenceEntitlementServiceData frostbite instance.
PresenceEntitlementServiceData
PresenceEntitlementServiceData(guid: Guid)
Creates a new PresenceEntitlementServiceData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
PresenceEntitlementServiceData
PresenceEntitlementServiceData(other: PresenceServiceData)
Casts an instance of type PresenceServiceData to PresenceEntitlementServiceData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | PresenceServiceData | The instance to cast to PresenceEntitlementServiceData. |
PresenceEntitlementServiceData
PresenceEntitlementServiceData(other: Asset)
Casts an instance of type Asset to PresenceEntitlementServiceData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to PresenceEntitlementServiceData. |
PresenceEntitlementServiceData
PresenceEntitlementServiceData(other: DataContainer)
Casts an instance of type DataContainer to PresenceEntitlementServiceData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to PresenceEntitlementServiceData. |
Static members
typeInfo
The type information for the PresenceEntitlementServiceData type.