A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
WAITING_ROOM_RESULT — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents |
|
Dispatches when the native waiting room is closed with a result. |
WAITING_ROOM_WINDOW_DISMISSED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents |
|
Dispatches when the native waiting room is dismissed. |
WAITING_ROOM_WINDOW_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents |
|
Dispatches if the native waiting room fails to load. |
WAIVED — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.RenderPriority |
| |
warmup() — method, class com.myflashlab.air.extensions.barcode.Barcode |
| |
WARN — Constant Static Property, class com.myflashlab.air.extensions.firebase.fcm.OneSignalLogLevel |
| |
WARN — Constant Static Property, class com.myflashlab.air.extensions.onesignal.LogLevel |
| |
WEAK — Constant Static Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.MatchConfidence |
| |
webApiKey — Property, class com.myflashlab.air.extensions.firebase.core.FirebaseConfig |
|
Indicates your webApiKey which must be set manually from
https://console.firebase.google.com/project/_/settings/general/ This is required when you want to
work with Dynamiclinks or Invites ANEs. |
webClientId — Property, class com.myflashlab.air.extensions.gSignIn.GRest |
|
Setter property for the Web ClientId of your application found in Google API console
|
webClientSecret — Property, class com.myflashlab.air.extensions.gSignIn.GRest |
|
Setter property for the Web Client Secret of your application found in Google API console
|
webContentsDebuggingEnabled — Property, class com.myflashlab.air.extensions.richWebView.android.Android |
|
Enables debugging of web contents (HTML / CSS / JavaScript) loaded into any WebViews of this application. |
WEB_ONLY — Constant Static Property, class com.myflashlab.air.extensions.fb.LoginBehavior |
|
on Android: Specifies that only the web dialog auth should be used. |
WebSettings — class, package com.myflashlab.air.extensions.richWebView.android |
|
Manages settings state for a WebView. |
WebSettings — class, package com.myflashlab.air.extensions.richWebView.ios |
|
Webview settings which can be set only before it is being added to the view using the _webviewInstance.addView
method. |
WebsiteDataStore — class, package com.myflashlab.air.extensions.richWebView.ios |
|
A WebsiteDataStore represents various types of data that a website might make use of. |
WebView — class, package com.myflashlab.air.extensions.richWebView.android |
| |
WebView — class, package com.myflashlab.air.extensions.richWebView.ios |
|
An iOS WKWebView class which must be initialized from RichWebView.ios.getInstance. |
WebView($ctx:flash.external:ExtensionContext, $x:int, $y:int, $w:int, $h:int) — Constructor, class com.myflashlab.air.extensions.richWebView.android.WebView |
| |
webviewDatabase — Property, class com.myflashlab.air.extensions.richWebView.android.Android |
|
Returns a reference to an instance of WebViewDatabase class
|
WebViewDatabase — class, package com.myflashlab.air.extensions.richWebView.android |
|
This class allows developers to determine whether any WebView used in the application has stored any of the
following types of browsing data and to clear any such stored data for all WebViews in the application. |
WebViewEvents — class, package com.myflashlab.air.extensions.richWebView.android |
| |
WebViewEvents — class, package com.myflashlab.air.extensions.richWebView.ios |
| |
WebViewEvents($type:String, $url:String, $decision:Function, $value:String, $file:flash.filesystem:File, $width:int, $height:int, $msg:String, $progress:int, $x:Number, $y:Number, $state:int, $item:int, $isOpen:Boolean) — Constructor, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents |
| |
WebViewEvents($type:String, $url:String, $decision:Function, $value:String, $file:flash.filesystem:File, $width:int, $height:int, $msg:String, $progress:int, $x:Number, $y:Number, $state:int, $item:int, $statusCode:int) — Constructor, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents |
| |
WEB_VIEW_ONLY — Constant Static Property, class com.myflashlab.air.extensions.fb.LoginBehavior |
|
on Android: Specifies that only the web view dialog auth should be used. |
WEEK — Constant Static Property, class com.myflashlab.air.extensions.gameCenter.TimeScope |
| |
whenDisconnect() — method, class com.myflashlab.air.extensions.firebase.db.DBReference |
| Provides access to disconnect operations at this location |
WHEN_DISCONNECT_CANCEL_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_CANCEL_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_REMOVE_VALUE_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_REMOVE_VALUE_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_SET_VALUE_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_SET_VALUE_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_UPDATE_CHILDREN_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
WHEN_DISCONNECT_UPDATE_CHILDREN_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
whereArrayContains($field:String, $value:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new Query with the additional filter that documents must contain the specified field, it
must be an array, and the array must contain the provided value. |
whereArrayContainsAny($field:String, $values:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new { |
whereEqualTo($field:String, $value:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new Query with the additional filter that documents must contain the specified field and
the value should be equal to the specified value. |
whereGreaterThan($field:String, $value:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new Query with the additional filter that documents must contain the specified field and
the value should be greater than the specified value. |
whereGreaterThanOrEqualTo($field:String, $value:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new Query with the additional filter that documents must contain the specified field and
the value should be greater than or equal to the specified value. |
whereIn($field:String, $values:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new { |
whereLessThan($field:String, $value:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new Query with the additional filter that documents must contain the specified field and
the value should be less than the specified value. |
whereLessThanOrEqualTo($field:String, $value:any) — method, class com.myflashlab.air.extensions.firebase.firestore.Query |
|
Creates and returns a new Query with the additional filter that documents must contain the specified field and
the value should be less than or equal to the specified value. |
WHITE — Constant Static Property, class com.myflashlab.air.extensions.richWebView.ios.ScrollViewIndicatorStyle |
| white only. |
whiteBalance — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetImages |
| The white balance setting of the camera when the image was acquired. |
WIDE_SKYSCRAPER — Constant Static Property, class com.myflashlab.air.extensions.admob.ApiBannerAds |
| IAB wide skyscraper ad size (160x600 density-independent pixels). |
width — Property, class com.myflashlab.air.extensions.admob.AdMobEvents |
| |
width — Property, class com.myflashlab.air.extensions.admob.ApiBannerAds |
|
Indicates the width of the banner Ad in pixels
|
width — Property, class com.myflashlab.air.extensions.firebase.mlkit.VisionImageMetadata |
| |
width — Property, class com.myflashlab.air.extensions.richWebView.android.WebView |
| Indicates the width of the webview instance |
width — Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents |
| |
width — Property, class com.myflashlab.air.extensions.richWebView.ios.WebView |
| Indicates the width of the webview instance |
width — Property, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents |
| |
width — Property, class com.myflashlab.air.extensions.webView.RichWebView |
|
Indicates the width of the rich webview relative to the main stage
|
WORLD_LOAD_RESULT — Constant Static Property, class com.myflashlab.air.extensions.ar.ArEvents |
| |
write($data:Object, $options:com.myflashlab.air.extensions.firebase.firestore:SetOptions) — method, class com.myflashlab.air.extensions.firebase.firestore.DocumentReference |
|
Writes to the document referred to by this DocumentReference. |
write($document:com.myflashlab.air.extensions.firebase.firestore:DocumentReference, $data:Object, $onComplete:Function, $options:com.myflashlab.air.extensions.firebase.firestore:SetOptions) — method, class com.myflashlab.air.extensions.firebase.firestore.Transaction |
|
Writes to the document referred to by the provided DocumentReference. |
write($document:com.myflashlab.air.extensions.firebase.firestore:DocumentReference, $data:Object, $options:com.myflashlab.air.extensions.firebase.firestore:SetOptions) — method, class com.myflashlab.air.extensions.firebase.firestore.WriteBatch |
|
Writes to the document referred to by the provided DocumentReference. |
WriteBatch — class, package com.myflashlab.air.extensions.firebase.firestore |
|
A write batch, used to perform multiple writes as a single atomic unit. |
WRITE_CANCELED — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBError |
| The write was canceled locally |
writeMsg($bytes:String) — Static Method , class com.myflashlab.air.extensions.rongta.Rongta |
|
Send Base64 String bytes to the printer. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |