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