Table of Contents

GuestId

struct in Coherence.Cloud

Represents a unique identifier for a guest player account that has logged in to coherence Cloud.

Remarks

A new GuestId is generated automatically the first time when logging in as a guest to a particular project, and then cached and reused when logging in again as a guest again to the same project using the same device.

Fields
None

Represents the lack of an id.

Methods
Deserialize

Converts the previously serialized string representation of a GuestId back into a GuestId.

Equals
GetHashCode
Serialize

Converts the given GuestId into a string. The returned string value can be persisted on disk, and later converted back into a GuestId. >

ToString
Operators
op_Implicit