| Package | com.myflashlab.air.extensions.firebase.auth |
| Class | public class FirebaseUserEvents |
| Inheritance | FirebaseUserEvents flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| additionalUserInfo : AdditionalUserInfo [read-only] | FirebaseUserEvents | ||
| msg : String [read-only] | FirebaseUserEvents | ||
| result : int [read-only] | FirebaseUserEvents | ||
| token : String [read-only] | FirebaseUserEvents | ||
| tokenResult : TokenResult [read-only] | FirebaseUserEvents | ||
| Constant | Defined By | ||
|---|---|---|---|
| DELETE_USER_RESULT : String = onDeleteUserResult [static] | FirebaseUserEvents | ||
| EMAIL_UPDATE_RESULT : String = onEmailUpdateResult [static] | FirebaseUserEvents | ||
| GET_USER_TOKEN : String = onGetUserToken [static] | FirebaseUserEvents | ||
| LINK_WITH_RESULT : String = onLinkWithResult [static] | FirebaseUserEvents | ||
| PASSWORD_UPDATE_RESULT : String = onPasswordUpdateResult [static] | FirebaseUserEvents | ||
| PHONE_UPDATE_RESULT : String = onPhoneUpdateResult [static] | FirebaseUserEvents | ||
| PROFILE_UPDATE_RESULT : String = onProfileUpdateResult [static] | FirebaseUserEvents | ||
| REAUTHENTICATE_RESULT : String = onReauthenticateResult [static] | FirebaseUserEvents | ||
| RELOAD_USER_INFO : String = onReloadUserInfo [static] | FirebaseUserEvents | ||
| SEND_EMAIL_VERIFICATION_RESULT : String = onSendEmailVerificationResult [static] | FirebaseUserEvents | ||
| UNLINK_RESULT : String = onUnlinkResult [static] | FirebaseUserEvents | ||
| additionalUserInfo | property |
additionalUserInfo:AdditionalUserInfo [read-only] public function get additionalUserInfo():AdditionalUserInfo| msg | property |
msg:String [read-only] public function get msg():String| result | property |
result:int [read-only] public function get result():int| token | property |
token:String [read-only] public function get token():String| tokenResult | property |
| DELETE_USER_RESULT | Constant |
public static const DELETE_USER_RESULT:String = onDeleteUserResult| EMAIL_UPDATE_RESULT | Constant |
public static const EMAIL_UPDATE_RESULT:String = onEmailUpdateResult| GET_USER_TOKEN | Constant |
public static const GET_USER_TOKEN:String = onGetUserToken| LINK_WITH_RESULT | Constant |
public static const LINK_WITH_RESULT:String = onLinkWithResult| PASSWORD_UPDATE_RESULT | Constant |
public static const PASSWORD_UPDATE_RESULT:String = onPasswordUpdateResult| PHONE_UPDATE_RESULT | Constant |
public static const PHONE_UPDATE_RESULT:String = onPhoneUpdateResult| PROFILE_UPDATE_RESULT | Constant |
public static const PROFILE_UPDATE_RESULT:String = onProfileUpdateResult| REAUTHENTICATE_RESULT | Constant |
public static const REAUTHENTICATE_RESULT:String = onReauthenticateResult| RELOAD_USER_INFO | Constant |
public static const RELOAD_USER_INFO:String = onReloadUserInfo| SEND_EMAIL_VERIFICATION_RESULT | Constant |
public static const SEND_EMAIL_VERIFICATION_RESULT:String = onSendEmailVerificationResult| UNLINK_RESULT | Constant |
public static const UNLINK_RESULT:String = onUnlinkResult