Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Messaging.TokenReceivedEventArgs
Token argument for the TokenReceived event containing the token string.
Summary
Inheritance
Inherits from: EventArgs
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
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-17 UTC.
[null,null,["Last updated 2021-06-17 UTC."],[],[],null,["# Firebase.Messaging.TokenReceivedEventArgs Class Reference\n\nFirebase.Messaging.TokenReceivedEventArgs\n=========================================\n\nToken argument for the TokenReceived event containing the token string.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: EventArgs\n\n| ### Constructors and Destructors ||\n|---|---|\n| [TokenReceivedEventArgs](#class_firebase_1_1_messaging_1_1_token_received_event_args_1aa0b02dea7b181f762cc4ec942d17dce8)`(string token)` ||\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Token](#class_firebase_1_1_messaging_1_1_token_received_event_args_1aecd92b911214c629be6e47367b759bd1) | `string` An identity token string provided by the TokenReceived event handler. |\n\nProperties\n----------\n\n### Token\n\n```c#\nstring Token\n``` \nAn identity token string provided by the TokenReceived event handler.\n\nPublic functions\n----------------\n\n### TokenReceivedEventArgs\n\n```c#\n TokenReceivedEventArgs(\n string token\n)\n```"]]