Package | com.myflashlab.air.extensions.firebase.invites |
Class | public class Invites |
Inheritance | Invites Object |
Deprecated by Google, Invites functionality is moved into DynamicLinks.
Method | Defined By | ||
---|---|---|---|
send($builder:InvitesBuilder, $onResult:Function):void [static]
Opens the invite dialog. | Invites |
Constant | Defined By | ||
---|---|---|---|
EXTENSION_ID : String = com.myflashlab.air.extensions.firebase.invites [static] | Invites | ||
MAX_CALL_TO_ACTION_TEXT_LENGTH : int = 20 [static] | Invites | ||
MAX_EMAIL_HTML_CONTENT : int = 512000 [static] | Invites | ||
MAX_MESSAGE_LENGTH : int = 100 [static] | Invites | ||
MIN_CALL_TO_ACTION_TEXT_LENGTH : int = 2 [static] | Invites | ||
PROJECT_PLATFORM_ANDROID : int = 2 [static] | Invites | ||
PROJECT_PLATFORM_IOS : int = 1 [static] | Invites | ||
VERSION : String = 7.0.4 [static] | Invites |
send | () | method |
public static function send($builder:InvitesBuilder, $onResult:Function):void
Opens the invite dialog. On iOS, the user must be logged in to her Google account with Google Signin ANE
Parameters
$builder:InvitesBuilder | |
$onResult:Function |
EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.firebase.invites
MAX_CALL_TO_ACTION_TEXT_LENGTH | Constant |
public static const MAX_CALL_TO_ACTION_TEXT_LENGTH:int = 20
MAX_EMAIL_HTML_CONTENT | Constant |
public static const MAX_EMAIL_HTML_CONTENT:int = 512000
MAX_MESSAGE_LENGTH | Constant |
public static const MAX_MESSAGE_LENGTH:int = 100
MIN_CALL_TO_ACTION_TEXT_LENGTH | Constant |
public static const MIN_CALL_TO_ACTION_TEXT_LENGTH:int = 2
PROJECT_PLATFORM_ANDROID | Constant |
public static const PROJECT_PLATFORM_ANDROID:int = 2
PROJECT_PLATFORM_IOS | Constant |
public static const PROJECT_PLATFORM_IOS:int = 1
VERSION | Constant |
public static const VERSION:String = 7.0.4