Packagecom.myflashlab.air.extensions.firebase.invites
Classpublic class Invites
InheritanceInvites Inheritance Object

Deprecated by Google, Invites functionality is moved into DynamicLinks.



Public Methods
 MethodDefined By
  
send($builder:InvitesBuilder, $onResult:Function):void
[static] Opens the invite dialog.
Invites
Public Constants
 ConstantDefined 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
Method Detail
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

Constant Detail
EXTENSION_IDConstant
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.firebase.invites

MAX_CALL_TO_ACTION_TEXT_LENGTHConstant 
public static const MAX_CALL_TO_ACTION_TEXT_LENGTH:int = 20

MAX_EMAIL_HTML_CONTENTConstant 
public static const MAX_EMAIL_HTML_CONTENT:int = 512000

MAX_MESSAGE_LENGTHConstant 
public static const MAX_MESSAGE_LENGTH:int = 100

MIN_CALL_TO_ACTION_TEXT_LENGTHConstant 
public static const MIN_CALL_TO_ACTION_TEXT_LENGTH:int = 2

PROJECT_PLATFORM_ANDROIDConstant 
public static const PROJECT_PLATFORM_ANDROID:int = 2

PROJECT_PLATFORM_IOSConstant 
public static const PROJECT_PLATFORM_IOS:int = 1

VERSIONConstant 
public static const VERSION:String = 7.0.4