Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TokenInformation.cs
2
4{
8 public class TokenInformation
9 {
13 public string? Token { get; set; }
14
18 public PushMessagingService Service { get; set; }
19
23 public ClientType ClientType { get; set; }
24 }
25}
Contains information about a push notification token.
PushMessagingService Service
Service issuing the token
ClientType
Type of client requesting notification.
Definition: ClientType.cs:7
PushMessagingService
Push messaging service used.