Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Database.ValueChangedEventArgs
Event arguments passed with the Query.ValueChanged Event.
Summary
Inheritance
Inherits from: EventArgs
Properties
|
DatabaseError
|
Gets the database error if one exists.
|
Snapshot
|
Gets the snapshot for this value update event if it exists.
|
Properties
DatabaseError
DatabaseError DatabaseError
Gets the database error if one exists.
The database error.
Snapshot
DataSnapshot Snapshot
Gets the snapshot for this value update event if it exists.
The snapshot.
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.Database.ValueChangedEventArgs\n\nEvent arguments passed with the [Query.ValueChanged](/docs/reference/unity/class/firebase/database/query#class_firebase_1_1_database_1_1_query_1a80a78f3505955b9ed2583dc2f14cf739) Event.\n\nSummary\n\nInheritanceInherits from: EventArgs\n\nProperties \n\nDatabaseError \n\n```c#\nDatabaseError DatabaseError\n``` \nGets the database error if one exists.\n\nThe database error. \n\nSnapshot \n\n```c#\nDataSnapshot Snapshot\n``` \nGets the snapshot for this value update event if it exists.\n\nThe snapshot."]]