Class FcmToken
- Namespace
- RustPlusApi.Fcm.Data
- Assembly
- RustPlusApi.Fcm.dll
FCM registration token produced during Android FCM registration.
public sealed record FcmToken : IEquatable<FcmToken>
- Inheritance
-
FcmToken
- Implements
- Inherited Members
Properties
Token
The FCM device token string.
public string Token { get; init; }