Class Gcm
- Namespace
- RustPlusApi.Fcm.Data
- Assembly
- RustPlusApi.Fcm.dll
GCM identity required to authenticate with the MCS listener.
public sealed record Gcm : IEquatable<Gcm>
- Inheritance
-
Gcm
- Implements
- Inherited Members
Properties
AndroidId
GCM-assigned Android device ID.
public ulong AndroidId { get; init; }
Property Value
SecurityToken
GCM-assigned security token paired with AndroidId.
public ulong SecurityToken { get; init; }