PresenceMatchFeedServiceData

Inherits from PresenceServiceData

Summary

Constructors

PresenceMatchFeedServiceData()
PresenceMatchFeedServiceData(guid: Guid)
PresenceMatchFeedServiceData(other: PresenceServiceData)
PresenceMatchFeedServiceData(other: Asset)
PresenceMatchFeedServiceData(other: DataContainer)

Static members

Name Type
PresenceMatchFeedServiceData.typeInfo TypeInformation

Constructors

PresenceMatchFeedServiceData

PresenceMatchFeedServiceData()

Creates a new PresenceMatchFeedServiceData frostbite instance.

PresenceMatchFeedServiceData

PresenceMatchFeedServiceData(guid: Guid)

Creates a new PresenceMatchFeedServiceData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PresenceMatchFeedServiceData

PresenceMatchFeedServiceData(other: PresenceServiceData)

Casts an instance of type PresenceServiceData to PresenceMatchFeedServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceServiceData The instance to cast to PresenceMatchFeedServiceData.

PresenceMatchFeedServiceData

PresenceMatchFeedServiceData(other: Asset)

Casts an instance of type Asset to PresenceMatchFeedServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to PresenceMatchFeedServiceData.

PresenceMatchFeedServiceData

PresenceMatchFeedServiceData(other: DataContainer)

Casts an instance of type DataContainer to PresenceMatchFeedServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PresenceMatchFeedServiceData.

Static members

typeInfo

TypeInformation

The type information for the PresenceMatchFeedServiceData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)