Firebase. Messaging. TokenReceivedEventArgs
Token argument for the TokenReceived event containing the token string.
Summary
Inheritance
Inherits from: EventArgs
        Constructors and Destructors | 
    |
|---|---|
        TokenReceivedEventArgs(string token)
         | 
    
        Properties | 
    |
|---|---|
        Token
       | 
      
        string
        An identity token string provided by the TokenReceived event handler.  
       | 
    
Properties
Token
string Token
An identity token string provided by the TokenReceived event handler.
Public functions
TokenReceivedEventArgs
TokenReceivedEventArgs( string token )