| Package | com.myflashlab.air.extensions.firebase.firestore |
| Class | public class FirestoreEvents |
| Inheritance | FirestoreEvents flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| documentReference : DocumentReference [read-only] | FirestoreEvents | ||
| documentSnapshot : DocumentSnapshot [read-only] | FirestoreEvents | ||
| msg : String [read-only]
| FirestoreEvents | ||
| querySnapshot : QuerySnapshot [read-only] | FirestoreEvents | ||
| transactionOutcome : String [read-only] | FirestoreEvents | ||
| Constant | Defined By | ||
|---|---|---|---|
| BATCH_FAILURE : String = onBatchFailure [static] | FirestoreEvents | ||
| BATCH_SUCCESS : String = onBatchSuccess [static] | FirestoreEvents | ||
| COLLECTION_ADD_FAILURE : String = onCollectionAddFailure [static] | FirestoreEvents | ||
| COLLECTION_ADD_SUCCESS : String = onCollectionAddSuccess [static] | FirestoreEvents | ||
| DOCUMENT_DELETE_FAILURE : String = onDocumentDeleteFailure [static] | FirestoreEvents | ||
| DOCUMENT_DELETE_SUCCESS : String = onDocumentDeleteSuccess [static] | FirestoreEvents | ||
| DOCUMENT_EVENT_FAILURE : String = onDocumentEventFailure [static] | FirestoreEvents | ||
| DOCUMENT_EVENT_SUCCESS : String = onDocumentEventSuccess [static] | FirestoreEvents | ||
| DOCUMENT_GET_FAILURE : String = onDocumentGetFailure [static] | FirestoreEvents | ||
| DOCUMENT_GET_SUCCESS : String = onDocumentGetSuccess [static] | FirestoreEvents | ||
| DOCUMENT_SET_FAILURE : String = onDocumentSetFailure [static] | FirestoreEvents | ||
| DOCUMENT_SET_SUCCESS : String = onDocumentSetSuccess [static] | FirestoreEvents | ||
| DOCUMENT_UPDATE_FAILURE : String = onDocumentUpdateFailure [static] | FirestoreEvents | ||
| DOCUMENT_UPDATE_SUCCESS : String = onDocumentUpdateSuccess [static] | FirestoreEvents | ||
| QUERY_EVENT_FAILURE : String = onQueryEventFailure [static] | FirestoreEvents | ||
| QUERY_EVENT_SUCCESS : String = onQueryEventSuccess [static] | FirestoreEvents | ||
| QUERY_GET_FAILURE : String = onQueryGetFailure [static] | FirestoreEvents | ||
| QUERY_GET_SUCCESS : String = onQueryGetSuccess [static] | FirestoreEvents | ||
| TRANSACTION_BEGIN : String = onTransactionBegin [static] | FirestoreEvents | ||
| TRANSACTION_COMPLETE : String = onTransactionSuccess [static] | FirestoreEvents | ||
| TRANSACTION_FAILURE : String = onTransactionFailure [static] | FirestoreEvents | ||
| documentReference | property |
documentReference:DocumentReference [read-only] public function get documentReference():DocumentReference| documentSnapshot | property |
documentSnapshot:DocumentSnapshot [read-only] public function get documentSnapshot():DocumentSnapshot| msg | property |
msg:String [read-only]
public function get msg():String| querySnapshot | property |
querySnapshot:QuerySnapshot [read-only] public function get querySnapshot():QuerySnapshot| transactionOutcome | property |
transactionOutcome:String [read-only] public function get transactionOutcome():String| BATCH_FAILURE | Constant |
public static const BATCH_FAILURE:String = onBatchFailure| BATCH_SUCCESS | Constant |
public static const BATCH_SUCCESS:String = onBatchSuccess| COLLECTION_ADD_FAILURE | Constant |
public static const COLLECTION_ADD_FAILURE:String = onCollectionAddFailure| COLLECTION_ADD_SUCCESS | Constant |
public static const COLLECTION_ADD_SUCCESS:String = onCollectionAddSuccess| DOCUMENT_DELETE_FAILURE | Constant |
public static const DOCUMENT_DELETE_FAILURE:String = onDocumentDeleteFailure| DOCUMENT_DELETE_SUCCESS | Constant |
public static const DOCUMENT_DELETE_SUCCESS:String = onDocumentDeleteSuccess| DOCUMENT_EVENT_FAILURE | Constant |
public static const DOCUMENT_EVENT_FAILURE:String = onDocumentEventFailure| DOCUMENT_EVENT_SUCCESS | Constant |
public static const DOCUMENT_EVENT_SUCCESS:String = onDocumentEventSuccess| DOCUMENT_GET_FAILURE | Constant |
public static const DOCUMENT_GET_FAILURE:String = onDocumentGetFailure| DOCUMENT_GET_SUCCESS | Constant |
public static const DOCUMENT_GET_SUCCESS:String = onDocumentGetSuccess| DOCUMENT_SET_FAILURE | Constant |
public static const DOCUMENT_SET_FAILURE:String = onDocumentSetFailure| DOCUMENT_SET_SUCCESS | Constant |
public static const DOCUMENT_SET_SUCCESS:String = onDocumentSetSuccess| DOCUMENT_UPDATE_FAILURE | Constant |
public static const DOCUMENT_UPDATE_FAILURE:String = onDocumentUpdateFailure| DOCUMENT_UPDATE_SUCCESS | Constant |
public static const DOCUMENT_UPDATE_SUCCESS:String = onDocumentUpdateSuccess| QUERY_EVENT_FAILURE | Constant |
public static const QUERY_EVENT_FAILURE:String = onQueryEventFailure| QUERY_EVENT_SUCCESS | Constant |
public static const QUERY_EVENT_SUCCESS:String = onQueryEventSuccess| QUERY_GET_FAILURE | Constant |
public static const QUERY_GET_FAILURE:String = onQueryGetFailure| QUERY_GET_SUCCESS | Constant |
public static const QUERY_GET_SUCCESS:String = onQueryGetSuccess| TRANSACTION_BEGIN | Constant |
public static const TRANSACTION_BEGIN:String = onTransactionBegin| TRANSACTION_COMPLETE | Constant |
public static const TRANSACTION_COMPLETE:String = onTransactionSuccess| TRANSACTION_FAILURE | Constant |
public static const TRANSACTION_FAILURE:String = onTransactionFailure