Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Messaging.MessageReceivedEventArgs
Event argument for the MessageReceived event containing the message data.
Summary
Inheritance
Inherits from: EventArgs
Properties
|
Message
|
Message data passed to the MessageReceived event handler.
|
Properties
Message
FirebaseMessage Message
Message data passed to the MessageReceived event handler.
Public functions
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.MessageReceivedEventArgs Class Reference\n\nFirebase.Messaging.MessageReceivedEventArgs\n===========================================\n\nEvent argument for the MessageReceived event containing the message data.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: EventArgs\n\n| ### Constructors and Destructors ||\n|---|---|\n| [MessageReceivedEventArgs](#class_firebase_1_1_messaging_1_1_message_received_event_args_1aa925ba9a3331f87bd0ff5ef060f2b821)`(`[FirebaseMessage](/docs/reference/unity/class/firebase/messaging/firebase-message#class_firebase_1_1_messaging_1_1_firebase_message)` msg)` ||\n\n| ### Properties ||\n|-------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Message](#class_firebase_1_1_messaging_1_1_message_received_event_args_1aee91da2b83bff983ad662b3fff6c9f03) | [FirebaseMessage](/docs/reference/unity/class/firebase/messaging/firebase-message#class_firebase_1_1_messaging_1_1_firebase_message) Message data passed to the MessageReceived event handler. |\n\nProperties\n----------\n\n### Message\n\n```c#\nFirebaseMessage Message\n``` \nMessage data passed to the MessageReceived event handler.\n\nPublic functions\n----------------\n\n### MessageReceivedEventArgs\n\n```c#\n MessageReceivedEventArgs(\n FirebaseMessage msg\n)\n```"]]