Ps3PresenceBackendData

Inherits from PresenceBackendData

Summary

Constructors

Ps3PresenceBackendData()
Ps3PresenceBackendData(guid: Guid)
Ps3PresenceBackendData(other: PresenceBackendData)
Ps3PresenceBackendData(other: Asset)
Ps3PresenceBackendData(other: DataContainer)

Properties

Name Type
communicationId string
communicationSignature string
skuSettings Ps3SkuSettings[]
parentalLockAgeSettings Ps3ParentalLockAgeSettings[]

Static members

Name Type
Ps3PresenceBackendData.typeInfo TypeInformation

Constructors

Ps3PresenceBackendData

Ps3PresenceBackendData()

Creates a new Ps3PresenceBackendData frostbite instance.

Ps3PresenceBackendData

Ps3PresenceBackendData(guid: Guid)

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

Parameters

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

Ps3PresenceBackendData

Ps3PresenceBackendData(other: PresenceBackendData)

Casts an instance of type PresenceBackendData to Ps3PresenceBackendData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceBackendData The instance to cast to Ps3PresenceBackendData.

Ps3PresenceBackendData

Ps3PresenceBackendData(other: Asset)

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

Parameters

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

Ps3PresenceBackendData

Ps3PresenceBackendData(other: DataContainer)

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

Parameters

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

Properties

communicationId

string

communicationSignature

string

skuSettings

Ps3SkuSettings[]

parentalLockAgeSettings

Ps3ParentalLockAgeSettings[]

Static members

typeInfo

TypeInformation

The type information for the Ps3PresenceBackendData type.

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