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