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  
safeBrowsingEnabled — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Sets whether Safe Browsing is enabled.
safeBrowsingPrivacyPolicyUrl — Property, class com.myflashlab.air.extensions.richWebView.android.Android
Returns a URL pointing to the privacy policy for Safe Browsing reporting.
safeBrowsingWhitelist($arr:Array, $callback:Function) — method, class com.myflashlab.air.extensions.richWebView.android.Android
Sets the list of hosts (domain names/IP addresses) that are exempt from SafeBrowsing checks.
SAFE_BROWSING_WHITE_LIST — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents
sansSerifFontFamily — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Gets the sans-serif font family name.
save($name:String, $content:String, $description:String, $coverImg:flash.display:BitmapData, $progressValue:Number, $playedTime:Number, $conflictPolicy:int) — method, class com.myflashlab.air.extensions.googleGames.Snapshots
Save a new snapshot or override any modifications made to the snapshot.
SavedGame — class, package com.myflashlab.air.extensions.gameCenter
The saved game data.
savedGames — Property, class com.myflashlab.air.extensions.gameCenter.Cache
savedGamesInstances — Property, class com.myflashlab.air.extensions.gameCenter.Cache
saveFormData — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Sets whether the WebView should save form data.
saveGame($name:String, $gameData:String, $callback:Function) — method, class com.myflashlab.air.extensions.gameCenter.LocalPlayer
Saves game data under the specified name.
saveWebArchive($basename:String, $autoname:Boolean) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
Saves the current view as a web archive.
SAVE_WEB_ARCHIVE — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents
scopes — Property, class com.myflashlab.air.extensions.gSignIn.GAccount
Returns all scopes that have been authorized to your application in an Array of Strings.
score — Property, class com.myflashlab.air.extensions.gameCenter.Challenge
The score to beat.
score — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Score — class, package com.myflashlab.air.extensions.gameCenter
An object containing information for a score that was earned by the player.
Score — class, package com.myflashlab.air.extensions.googleGames
Data interface representing a single score on a leaderboard.
SCORE — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsParam
Score in game (Number).
scoreAllTime — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
scoreHolderDisplayName — Property, class com.myflashlab.air.extensions.googleGames.Score
Retrieves the name to display for the player who scored this score.
scoreMetadata — Property, class com.myflashlab.air.extensions.googleGames.Score
Retrieve the optional score tag associated with this score, if any.
scoreMetadata — Property, class com.myflashlab.air.extensions.googleGames.ScoreResult
The score tag associated with this result, if any.
scoreOrder — Property, class com.myflashlab.air.extensions.googleGames.Leaderboard
Retrieves the sort order of scores for this leaderboard.
SCORE_ORDER_LARGER_IS_BETTER — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Leaderboard
Score order constant for leaderboards where scores are sorted in descending order.
SCORE_ORDER_SMALLER_IS_BETTER — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Leaderboard
Score order constant for leaderboards where scores are sorted in ascending order.
ScoreResult — class, package com.myflashlab.air.extensions.googleGames
Simple data class containing the result data for a particular time span.
scores — Property, class com.myflashlab.air.extensions.gameCenter.Cache
scores — Property, class com.myflashlab.air.extensions.gameCenter.Leaderboard
An array of Score objects that contains the scores returned by the search.
scores — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
scoresInstances — Property, class com.myflashlab.air.extensions.gameCenter.Cache
scoreTag — Property, class com.myflashlab.air.extensions.googleGames.Score
Retrieve the optional score tag associated with this score, if any.
scoreThisWeek — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
scoreToday — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
screenshot — Property, class com.myflashlab.air.extensions.ar.ArEvents
SCREENSHOT — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents
SCREENSHOT — Constant Static Property, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents
SCREENSHOT — Constant Static Property, class com.myflashlab.air.extensions.webView.RichWebViewEvent
is dispatched when the bitmapData object of the requested scrrenshot method requestBitmap() is ready.
SCREENSHOT_RESULT — Constant Static Property, class com.myflashlab.air.extensions.ar.ArEvents
scrollBarStyle — Property, class com.myflashlab.air.extensions.richWebView.android.WebView
Specify the style of the scrollbars.
scrollBy(x:int, y:int) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
scrollBy($x:Boolean, $y:Boolean, $animated:Boolean) — method, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
scrollBy($x:int, $y:int) — method, class com.myflashlab.air.extensions.webView.RichWebView
move the scroller by the x,y amount
scrollEnabled — Property, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
default YES.
Scroller — class, package com.myflashlab.air.extensions.richWebView.android
SCROLLING — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents
SCROLLING — Constant Static Property, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents
scrollsToTop — Property, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
When the user taps the status bar, the scroll view beneath the touch which is closest to the status bar will be scrolled to top, but only if its `scrollsToTop` property is YES, its delegate does not return NO from `-scrollViewShouldScrollToTop:`, and it is not already at the top.
scrollTo(x:int, y:int) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
scrollTo($x:Boolean, $y:Boolean, $animated:Boolean) — method, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
scrollTo($x:int, $y:int) — method, class com.myflashlab.air.extensions.webView.RichWebView
move the scroller to the specified x,y location
scrollView — Property, class com.myflashlab.air.extensions.richWebView.ios.WebView
Gives you access to the scrollerView of this webview instance.
ScrollView — class, package com.myflashlab.air.extensions.richWebView.ios
Encapsulates the scroller settings for a web view.
ScrollViewIndicatorStyle — class, package com.myflashlab.air.extensions.richWebView.ios
Scrollview indicator style.
ScrollViewKeyboardDismissMode — class, package com.myflashlab.air.extensions.richWebView.ios
Keyboard dismiss mode.
scrollX — Property, class com.myflashlab.air.extensions.richWebView.android.WebView
scrollX — Property, class com.myflashlab.air.extensions.webView.RichWebView
indicates the x position for the scroller
scrollY — Property, class com.myflashlab.air.extensions.richWebView.android.WebView
scrollY — Property, class com.myflashlab.air.extensions.webView.RichWebView
indicates the y position for the scroller
sd — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.SocialMediaParams
The description to use when the Dynamic Link is shared in a social post.
SD_640x480 — Constant Static Property, class com.myflashlab.air.extensions.ar.CameraResolution
sdk_version — Static Property, class com.myflashlab.air.extensions.adobeMobile.ADBMobile
Indicates the version string of ADBMobile SDK.
sdkVersion — Static Property, class com.myflashlab.air.extensions.firebase.db.DB
The server version for this build of the Firebase Database client
sdkVersion — Property, class com.myflashlab.air.extensions.webView.RichWebView
indicates the Android SDK version.
SEARCH — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent
Search event.
SEARCH_SELECTED — Constant Static Property, class com.myflashlab.air.extensions.spotlight.SpotlightEvents
SEARCH_TERM — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsParam
The search string/keywords used (String).
secondaryCategory — Property, class com.myflashlab.air.extensions.googleGames.Game
Retrieves the secondary category of the game - this may be null.
secondaryToolbarColor — Property, class com.myflashlab.air.extensions.richWebView.android.EmbeddedBrowserSettings
secondaryToolbarColor — Property, class com.myflashlab.air.extensions.webView.AndroidSettings
Sets the color of the secondary toolbar.
securityMethod — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetDocuments
Security (encryption) method used in the file
seekTo($position:Number) — method, class com.myflashlab.air.extensions.googleVR.ApiVideoView
seekTo($pos:int) — method, class com.myflashlab.air.extensions.player.surface.SurfacePlayer
call this method to jump to different locations in your video clip.
segmentByMilestones — Property, class com.myflashlab.air.extensions.adobeMobile.MediaSettings
Indicates if segment info should be automatically generated for milestones generated or not, the default is false.
segmentByOffsetMilestones — Property, class com.myflashlab.air.extensions.adobeMobile.MediaSettings
Indicates if segment info should be automatically generated for offset milestones or not, the default is false.
selectChallengeablePlayers($players:Vector$com.myflashlab.air.extensions.gameCenter:Player, $callback:Function) — method, class com.myflashlab.air.extensions.gameCenter.Achievement
Finds the subset of players that can earn an achievement.
SELECT_CONTENT — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent
Select Content event.
send($builder:com.myflashlab.air.extensions.firebase.invites:InvitesBuilder, $onResult:Function) — Static Method , class com.myflashlab.air.extensions.firebase.invites.Invites
Opens the invite dialog.
sendEmailVerification($actionCodeSettings:com.myflashlab.air.extensions.firebase.auth:ActionCodeSettings) — Static Method , class com.myflashlab.air.extensions.firebase.auth.FirebaseUser
Initiates email verification for the user.
SEND_EMAIL_VERIFICATION_RESULT — Constant Static Property, class com.myflashlab.air.extensions.firebase.auth.FirebaseUserEvents
senderParticipantId — Property, class com.myflashlab.air.extensions.googleGames.RealTimeMessage
The participant ID of the message sender.
sendPasswordResetEmail($emailAddress:String, $actionCodeSettings:com.myflashlab.air.extensions.firebase.auth:ActionCodeSettings) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Triggers the Firebase Authentication backend to send a password-reset email to the given email address, which must correspond to an existing user of your app.
SEND_PASSWORD_RESET_EMAIL_RESULT — Constant Static Property, class com.myflashlab.air.extensions.firebase.auth.AuthEvents
sendQueuedHits() — method, class com.myflashlab.air.extensions.adobeMobile.Analytics
Force library to send all queued hits regardless of current batch options
sendReliableMessage($data:String, $roomId:String, $recipientParticipantId:String, $callback:Function) — method, class com.myflashlab.air.extensions.googleGames.RealTime
Asynchronously starts the message send operation to a participant in a real-time room reliably.
SEND_SIGNIN_LINK_RESULT — Constant Static Property, class com.myflashlab.air.extensions.firebase.auth.AuthEvents
sendSignInLinkToEmail($emailAddress:String, $actionCodeSettings:com.myflashlab.air.extensions.firebase.auth:ActionCodeSettings) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Sends an email to the specified email which will contain a link to be used to sign in the user.
sendTag($key:String, $value:String) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
Tag a user based on an app event of your choosing so later you can create segments on onesignal.com to target these users.
sendTag($key:String, $value:String) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
Tag a user based on an app event of your choosing so later you can create segments on onesignal.com to target these users.
sendTags($keyValues:Object, $successCallback:Function, $failureCallback:Function) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
Tag a user based on an app event of your choosing so later you can create segments on onesignal.com to target these users.
sendTags($keyValues:Object, $successCallback:Function, $failureCallback:Function) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
Tag a user based on an app event of your choosing so later you can create segments on onesignal.com to target these users.
sendUnreliableMessage($data:String, $roomId:String, $recipientParticipantIds:Array, $callback:Function) — method, class com.myflashlab.air.extensions.googleGames.RealTime
Asynchronously starts the message send operation to a participant in a real-time room.
SENSOR_DELAY_FASTEST — Constant Static Property, class com.myflashlab.air.extensions.sensors.Sensors
SENSOR_DELAY_GAME — Constant Static Property, class com.myflashlab.air.extensions.sensors.Sensors
SENSOR_DELAY_NORMAL — Constant Static Property, class com.myflashlab.air.extensions.sensors.Sensors
SENSOR_DELAY_UI — Constant Static Property, class com.myflashlab.air.extensions.sensors.Sensors
Sensors — class, package com.myflashlab.air.extensions.sensors
serialNumber — Static Property, class com.myflashlab.air.extensions.udid.UDID
On Android, A hardware serial number, if available.
serifFontFamily — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Gets the serif font family name.
SERVER — Constant Static Property, class com.myflashlab.air.extensions.firebase.firestore.Source
Causes Firestore to avoid the cache, generating an error if the server cannot be reached.
serverAuthCode — Property, class com.myflashlab.air.extensions.gSignIn.GAccount
Returns a one-time server auth code to send to your web server which can be exchanged for access token and sometimes refresh token if requestServerAuthCode in GSignInOptions is configured; null otherwise
serverSnapshot — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
ServerTimestampBehavior_ESTIMATE — Constant Static Property, class com.myflashlab.air.extensions.firebase.firestore.DocumentSnapshot
Return local estimates for ServerTimestamps that have not yet been set to their final value.
ServerTimestampBehavior_NONE — Constant Static Property, class com.myflashlab.air.extensions.firebase.firestore.DocumentSnapshot
Return 'null' for ServerTimestamps that have not yet been set to their final value.
ServerTimestampBehavior_PREVIOUS — Constant Static Property, class com.myflashlab.air.extensions.firebase.firestore.DocumentSnapshot
Return the previous value for ServerTimestamps that have not yet been set to their final value.
service — Static Property, class com.myflashlab.air.extensions.volume.Volume
Use this property to add event listeners to different events found in VolumeEvent class.
SERVICE_DISABLED — Constant Static Property, class com.myflashlab.air.extensions.firebase.core.Firebase
The installed version of Google Play services has been disabled on this device.
SERVICE_DISCONNECTED — Constant Static Property, class com.myflashlab.air.extensions.billing.BillingEvent
SERVICE_DISCONNECTED — Constant Static Property, class com.myflashlab.air.extensions.billing.BillingResponse
Play Store service is not connected now - potentially transient state.
SERVICE_INVALID — Constant Static Property, class com.myflashlab.air.extensions.firebase.core.Firebase
The version of the Google Play services installed on this device is not authentic.
SERVICE_MISSING — Constant Static Property, class com.myflashlab.air.extensions.firebase.core.Firebase
Google Play services is missing on this device.
SERVICE_TIMEOUT — Constant Static Property, class com.myflashlab.air.extensions.billing.BillingResponse
The request has reached the maximum timeout before Google Play responds.
SERVICE_UNAVAILABLE — Constant Static Property, class com.myflashlab.air.extensions.billing.BillingResponse
Network connection is down
SERVICE_UPDATING — Constant Static Property, class com.myflashlab.air.extensions.firebase.core.Firebase
Google Play service is currently being updated on this device.
SERVICE_VERSION_UPDATE_REQUIRED — Constant Static Property, class com.myflashlab.air.extensions.firebase.core.Firebase
The installed version of Google Play services is out of date.
sessionPercentile — Property, class com.myflashlab.air.extensions.googleGames.PlayerStats
The approximation of sessions percentile for the player.
sessionTimeoutDuration — Static Property, class com.myflashlab.air.extensions.firebase.analytics.FirebaseAnalytics
Sets the duration of inactivity that terminates the current session.
setAcceptThirdPartyCookies($webview:com.myflashlab.air.extensions.richWebView.android:WebView, $value:Boolean) — method, class com.myflashlab.air.extensions.richWebView.android.Cookies
Sets whether the WebView should allow third party cookies to be set.
setAccountName — Property, class com.myflashlab.air.extensions.gSignIn.GSignInOptions
Specifies an account name on the device that should be used.
setAppleAuthProvider($idToken:String, $accessToken:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setAppMuted($muted:Boolean) — method, class com.myflashlab.air.extensions.admob.Settings
Set the current app mute state.
setAppVolume($volume:Number) — method, class com.myflashlab.air.extensions.admob.Settings
Set the current app volume.
setBackgroundColor($color:String) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
Sets the background color for this view.
setBackgroundColor($color:String) — method, class com.myflashlab.air.extensions.richWebView.ios.WebView
sets the background color of the webview instance.
setBool($key:String, $value:Boolean) — Static Method , class com.myflashlab.air.extensions.sharedPreferences.SharedPreferences
Saves a boolean [value] to persistent storage in the background.
setChartName(a:String) — method, class com.myflashlab.air.extensions.rongta.Cmd
charset name setting
SET_CHECKOUT_OPTION — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent
Set checkout option.
setConfigSettings($developerModeEnabled:Boolean) — Static Method , class com.myflashlab.air.extensions.firebase.remoteConfig.RemoteConfig
Changes the settings for the FirebaseRemoteConfig object's operations, such as turning the developer mode on.
setConfigSettingsAsync(settings:com.myflashlab.air.extensions.firebase.remoteConfig:RemoteConfigSettings) — Static Method , class com.myflashlab.air.extensions.firebase.remoteConfig.RemoteConfig
Asynchronously changes the settings for this {
setContentOffset($x:int, $y:int, $animated:Boolean) — method, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
animate at constant velocity to new offset
setCookie($url:String, $value:String, $callback:Function) — method, class com.myflashlab.air.extensions.richWebView.android.Cookies
Sets a cookie for the given URL.
setDataStore($type:int) — method, class com.myflashlab.air.extensions.richWebView.ios.WebSettings
The website data store to be used by the web view.
setDefaultLeaderboardId($leaderboardId:String, $callback:Function) — method, class com.myflashlab.air.extensions.gameCenter.LocalPlayer
Sets the default leaderboard for the current game.
setDefaults($defaultValues:Object) — Static Method , class com.myflashlab.air.extensions.firebase.remoteConfig.RemoteConfig
Sets default values.
setDeveloperModeEnabled(enabled:Boolean) — method, class com.myflashlab.air.extensions.firebase.remoteConfig.RemoteConfigSettings
Turns the developer mode setting on or off.
setEmail($email:String, $hashToken:String, $successCallback:Function, $failureCallback:Function) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
setEmail allows you to set the user's email address with the OneSignal SDK.
setEmail($email:String, $hashToken:String, $successCallback:Function, $failureCallback:Function) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
setEmail allows you to set the user's email address with the OneSignal SDK.
setEmailAuthProvider($email:String, $password:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
Deprecated, instead use setEmailPassAuthProvider
setEmailLinkAuthProvider($email:String, $link:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setEmailPassAuthProvider($email:String, $password:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setExternalUserId($userID:String) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
If your system assigns unique identifiers to users, it can be annoying to have to also remember their OneSignal user ID's as well.
setExternalUserId($userID:String) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
If your system assigns unique identifiers to users, it can be annoying to have to also remember their OneSignal user ID's as well.
setFacebookAuthProvider($accessToken:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setFetchTimeoutInSeconds(duration:Number) — method, class com.myflashlab.air.extensions.firebase.remoteConfig.RemoteConfigSettings
Sets the connection and read timeouts for fetch requests to the Firebase Remote Config servers in seconds.
setFocus() — method, class com.myflashlab.air.extensions.richWebView.ios.WebView
setGithubAuthProvider($token:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setGoogleAuthProvider($idToken:String, $accessToken:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setHostedDomain — Property, class com.myflashlab.air.extensions.gSignIn.GSignInOptions
Specifies a hosted domain restriction.
setHttpAuthUsernamePassword($host:String, $realm:String, $username:String, $password:String) — method, class com.myflashlab.air.extensions.richWebView.android.WebViewDatabase
Stores HTTP authentication credentials for a given host and realm to the WebViewDatabase instance.
setHttpResponseCode($responseCode:int) — method, class com.myflashlab.air.extensions.firebase.performance.HttpMetric
Sets the httpResponse code of the request
setInt($key:String, $value:int) — Static Method , class com.myflashlab.air.extensions.sharedPreferences.SharedPreferences
Saves an integer [value] to persistent storage in the background.
setlocationshared($enabled:Boolean) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
Allows you to enable or disable OneSignal SDK location collection.
setlocationshared($enabled:Boolean) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
Allows you to enable or disable OneSignal SDK location collection.
setLoggerLevel($level:int) — Static Method , class com.myflashlab.air.extensions.firebase.core.Firebase
Sets the logging level for internal Firebase logging.
setLogLevel($logLevel:int, $visualLevel:int) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
Enable logging to help debug if you run into an issue setting up OneSignal.
setLogLevel($logLevel:int, $visualLevel:int) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
Enable logging to help debug if you run into an issue setting up OneSignal.
setMinimumFetchIntervalInSeconds(duration:Number) — method, class com.myflashlab.air.extensions.firebase.remoteConfig.RemoteConfigSettings
Sets the minimum interval between successive fetch calls.
setNetworkAvailable($networkUp:Boolean) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
Informs WebView of the network state.
setNumber($key:String, $value:Number) — Static Method , class com.myflashlab.air.extensions.sharedPreferences.SharedPreferences
Saves a Number [value] to persistent storage in the background.
SetOptions — class, package com.myflashlab.air.extensions.firebase.firestore
An options object that configures the behavior of write() calls.
SetOptions() — Constructor, class com.myflashlab.air.extensions.firebase.firestore.SetOptions
Initialize a new instance of this class.
setPhoneAuthProvider($verificationId:String, $smsCode:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setPlayGamesAuthProvider($serverAuthCode:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setPosition($x:int, $y:int) — method, class com.myflashlab.air.extensions.admob.ApiBannerAds
Call this method and pass in the x,y position of the banner in pixels to position the banner anywhere you like to have it in your app UI.
setPosition($x:int, $y:int, $width:int, $height:int, $haveRatio:Boolean) — method, class com.myflashlab.air.extensions.player.surface.SurfacePlayer
Use this optimized method to set the position of your video clip inside your Air app.
setPosition($x:int, $y:int, $width:int, $height:int) — method, class com.myflashlab.air.extensions.webView.RichWebView
setPriority($priority:String) — method, class com.myflashlab.air.extensions.firebase.db.DBReference
Set a priority for the data at this Database location.
SET_PRIORITY_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents
SET_PRIORITY_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents
setRange($begin:int, $end:int) — method, class com.myflashlab.air.extensions.gameCenter.Leaderboard
The numerical score rankings to return from the search.
setRendererPriorityPolicy($rendererRequestedPriority:int, $waivedWhenNotVisible:Boolean) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
Set the renderer priority policy for this WebView.
setRequestPayloadSize($bytes:Number) — method, class com.myflashlab.air.extensions.firebase.performance.HttpMetric
Sets the size of the request payload
setResponseContentType($contentType:String) — method, class com.myflashlab.air.extensions.firebase.performance.HttpMetric
Content type of the response such as text/html, application/json, etc...
setResponsePayloadSize($bytes:Number) — method, class com.myflashlab.air.extensions.firebase.performance.HttpMetric
Sets the size of the response payload
setScreen($screenName:String, $screenClass:String) — Static Method , class com.myflashlab.air.extensions.firebase.analytics.FirebaseAnalytics
Sets the current screen name, which specifies the current visual context in your app.
setSensorDelay($delay:int) — Static Method , class com.myflashlab.air.extensions.sensors.Sensors
Indicates the sensor delay in Android.
setServerTimestampBehavior($behavior:int) — Static Method , class com.myflashlab.air.extensions.firebase.firestore.Firestore
setShortcutItems($items:Array) — Static Method , class com.myflashlab.air.extensions.quickActions.QuickActions
Sets instances of [ShortcutItem]s to become the app's quick actions.
setSoftInputMode() — method, class com.myflashlab.air.extensions.richWebView.android.Android
Specify an explicit soft input mode to use for the window, as WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN
setSteps($achievementId:String, $numSteps:int, $immediate:Boolean) — method, class com.myflashlab.air.extensions.googleGames.Achievements
Sets an achievement to have at least the given number of steps completed.
setString($key:String, $value:String) — Static Method , class com.myflashlab.air.extensions.sharedPreferences.SharedPreferences
Saves a string [value] to persistent storage in the background.
setStringArray($key:String, $value:Array) — Static Method , class com.myflashlab.air.extensions.sharedPreferences.SharedPreferences
Saves an array of strings [value] to persistent storage in the background.
setSubscription($enabled:Boolean) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.OneSignal
You can call this method with false to opt users out of receiving all notifications through OneSignal.
setSubscription($enabled:Boolean) — Static Method , class com.myflashlab.air.extensions.onesignal.OneSignal
You can call this method with false to opt users out of receiving all notifications through OneSignal.
setTimeout($name:String, $timeout:int) — Static Method , class com.myflashlab.air.extensions.firebase.functions.Functions
Changes the timeout for calls from the instance of Functions.
settings — Property, class com.myflashlab.air.extensions.admob.AdMobApi
settings — Property, class com.myflashlab.air.extensions.richWebView.android.WebView
settings — Property, class com.myflashlab.air.extensions.richWebView.ios.WebView
Gives you access to the WebSettings of this webview instance.
Settings — class, package com.myflashlab.air.extensions.admob
The setting class has been added as an preperation for Admob upgrades for video Ads.
Settings($context:flash.external:ExtensionContext) — Constructor, class com.myflashlab.air.extensions.admob.Settings
SETTINGS_WINDOW_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.showSettingsWindow.
SETTING_WINDOW_DISMISSED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.showSettingsWindow.
setTwitterAuthProvider($token:String, $secret:String) — method, class com.myflashlab.air.extensions.firebase.auth.AuthProvider
setUserProperty($name:String, $value:String) — Static Method , class com.myflashlab.air.extensions.firebase.analytics.FirebaseAnalytics
Sets a user property to a given value.
setValue($value:any) — method, class com.myflashlab.air.extensions.firebase.db.DBMutableData
Set the data at this location to the given value.
setValue($value:any, $priority:String) — method, class com.myflashlab.air.extensions.firebase.db.DBReference
Set the data and optionally the priority to the given values.
setValue($value:any, $priority:String) — method, class com.myflashlab.air.extensions.firebase.db.DBWhenDisconnect
Ensure the data at this location is set to the specified value when the client is disconnected This method is especially useful for implementing "presence" systems, where a value should be changed or cleared when a user disconnects so that they appear "offline" to other users.
SET_VALUE_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents
SET_VALUE_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents
setViewPort($rect:flash.geom:Rectangle) — method, class com.myflashlab.air.extensions.richWebView.android.WebView
set the x,y,width,height of this webview instance.
setViewPort($rect:flash.geom:Rectangle) — method, class com.myflashlab.air.extensions.richWebView.ios.WebView
set the x,y,width,height of this webview instance.
setViewPort($rect:flash.geom:Rectangle) — method, class com.myflashlab.air.extensions.webView.RichWebView
Use this method to resize and reposition the webView viewport at runtime.
setZoomScale($value:Number, $animated:Boolean) — method, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
share — Static Property, class com.myflashlab.air.extensions.fb.Facebook
Gives you access to the share tools available on Facebook ANE.
share($title:String, $deepLink:String) — Static Method , class com.myflashlab.air.extensions.firebase.dynamicLinks.DynamicLinks
share($text:String, $sharePositionOrigin:flash.geom:Rectangle) — Static Method , class com.myflashlab.air.extensions.share.Share
Summons the platform's share sheet to share text.
Share — class, package com.myflashlab.air.extensions.fb
The Share class provides you to share tools available on Facebook ANE.
Share — class, package com.myflashlab.air.extensions.share
ANE for summoning a platform share sheet.
SHARE — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent
Share event.
ShareContent — class, package com.myflashlab.air.extensions.fb
Provides the base class for content to be shared.
ShareContent() — Constructor, class com.myflashlab.air.extensions.fb.ShareContent
Do not initialize this class, instead use the sub-classes to build your share content.
shareDialog($content:com.myflashlab.air.extensions.fb:ShareContent, $callback:Function) — method, class com.myflashlab.air.extensions.fb.Share
Use this method to allow users share a content on their account.
SharedPreferences — class, package com.myflashlab.air.extensions.sharedPreferences
Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing a persistent store for simple data.
ShareLinkContent — class, package com.myflashlab.air.extensions.fb
Describes link content to be shared.
ShareLinkContent() — Constructor, class com.myflashlab.air.extensions.fb.ShareLinkContent
Constructor for initializing an instance of this class.
shareMessenger($content:com.myflashlab.air.extensions.fb:ShareContent, $callback:Function) — method, class com.myflashlab.air.extensions.fb.Share
Use this method to allow users share a content on Facebook messenger app.
SHAVE_AND_A_HAIRCUT — Constant Static Property, class com.myflashlab.air.extensions.vibration.Vibration
SHIPPING — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsParam
Shipping cost (Number).
shortAddress — Property, class com.myflashlab.air.extensions.rongta.PrinterDevice
shortAddress — Property, class com.myflashlab.air.extensions.rongta.PrinterInterface
ShortcutItem — class, package com.myflashlab.air.extensions.quickActions
ShortcutItem($type:String, $localizedTitle:String, $icon:String) — Constructor, class com.myflashlab.air.extensions.quickActions.ShortcutItem
shouldContinueLoadingTheURL() — method, class com.myflashlab.air.extensions.webView.RichWebView
Call this method only in RichWebViewEvent.PAGE_STARTING event to allow the process of loading the url
shouldPromote — Property, class com.myflashlab.air.extensions.rateme.RateMeApi
Returns true if the prompt criteria have been met, and false if they have not.
shouldSetDefaultLeaderboard — Property, class com.myflashlab.air.extensions.gameCenter.Score
A Boolean value that indicates whether this score should also update the default leaderboard.
shouldShowRequest($src:String) — Static Method , class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Gets whether you should show UI with rationale for requesting a permission.
show() — method, class com.myflashlab.air.extensions.admob.ApiInterstitialAds
Will launch the fullscreen interstitial Ad over your app screen.
show() — method, class com.myflashlab.air.extensions.admob.ApiRewardedVideo
Shows rewarded video ad.
show() — method, class com.myflashlab.air.extensions.richWebView.android.WebView
makes the webview instance visible if it is already invisible.
show() — method, class com.myflashlab.air.extensions.richWebView.ios.WebView
makes the webview instance visible if it is already invisible.
showBadge — Property, class com.myflashlab.air.extensions.localNotifi.NotificationChannel
Sets whether notifications posted to this channel can appear as application icon badges in a Launcher.
showBanner($title:String, $msg:String, $duration:int, $callback:Function) — Static Method , class com.myflashlab.air.extensions.gameCenter.GameCenter
A notification banner that displays text to the player.
showChooseDialog($callback:Function) — Static Method , class com.myflashlab.air.extensions.rongta.Rongta
(Android) opens a native window allowing user to scan and find bluetooth printers.
showConnectedDevices($callback:Function) — Static Method , class com.myflashlab.air.extensions.rongta.Rongta
(Android) opens a native window containing a list of connected printers which you can switch to.
showNativeWindow() — method, class com.myflashlab.air.extensions.googleGames.Achievements
loads a native window to show the list of achievements for a game.
showNativeWindow() — method, class com.myflashlab.air.extensions.googleGames.Invitations
Show a native window to let the user see and manage any outstanding invitations
showNativeWindow($leaderboardId:String, $timeSpan:int) — method, class com.myflashlab.air.extensions.googleGames.Leaderboards
Show a leaderboard for a game specified by a leaderboardId in the specified timespan.
showNativeWindow($title:String, $allowAddButton:Boolean, $allowDelete:Boolean, $maxSnapshots:int) — method, class com.myflashlab.air.extensions.googleGames.Snapshots
loads a native window that will let the user select a snapshot.
showNativeWindowAll() — method, class com.myflashlab.air.extensions.googleGames.Leaderboards
Show the list of all leaderboards for a game
showNativeWindowInvitePlayers($minPlayers:int, $maxPlayers:int, $exclusiveBitMask:int, $variant:int) — method, class com.myflashlab.air.extensions.googleGames.RealTime
loads a native window that will let the user select opponents to send an invitation to for a real-time multiplayer match.
showsCompletionBanner — Property, class com.myflashlab.air.extensions.gameCenter.Achievement
A Boolean value that states whether a banner is displayed when the achievement is completed.
showSettingsWindow() — Static Method , class com.myflashlab.air.extensions.googleGames.Games
showsHorizontalScrollIndicator — Property, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
show indicator while we are tracking.
showSoftKeyboard($value:Boolean) — method, class com.myflashlab.air.extensions.richWebView.android.Android
showStatusbar($animationType:int) — Static Method , class com.myflashlab.air.extensions.statusbar.Statusbar
Show the Statusbar with the animation type of your choise.
showsVerticalScrollIndicator — Property, class com.myflashlab.air.extensions.richWebView.ios.ScrollView
show indicator while we are tracking.
showTitle — Property, class com.myflashlab.air.extensions.richWebView.android.EmbeddedBrowserSettings
Sets whether the title should be shown in the custom tab.
showTitle — Property, class com.myflashlab.air.extensions.webView.AndroidSettings
Sets whether the title should be shown in the custom tab.
showWaitingRoomAutomatically — Property, class com.myflashlab.air.extensions.googleGames.RealTime
Indicates if the ANE should automatically open the waiting room UI.
si — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.SocialMediaParams
The URL to an image related to this link.
signature — Property, class com.myflashlab.air.extensions.billing.Purchase
(Android) Purchase signature returned with a successful purchase.
SIGNATURE_FIRST_NOT_SIGNED — Constant Static Property, class com.myflashlab.air.extensions.pm.PackageManager
SIGNATURE_MATCH — Constant Static Property, class com.myflashlab.air.extensions.pm.PackageManager
SIGNATURE_NEITHER_SIGNED — Constant Static Property, class com.myflashlab.air.extensions.pm.PackageManager
SIGNATURE_NO_MATCH — Constant Static Property, class com.myflashlab.air.extensions.pm.PackageManager
SIGNATURE_SECOND_NOT_SIGNED — Constant Static Property, class com.myflashlab.air.extensions.pm.PackageManager
SIGNATURE_UNKNOWN_PACKAGE — Constant Static Property, class com.myflashlab.air.extensions.pm.PackageManager
signedInAccount — Static Property, class com.myflashlab.air.extensions.gSignIn.GSignIn
Gets the last account that the user signed in with.
signin() — Static Method , class com.myflashlab.air.extensions.gSignIn.GSignIn
Starts the sign-in process.
signIn($credential:Object) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Tries to sign in a user with the given credential info.
SIGNIN_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
signInProvider — Property, class com.myflashlab.air.extensions.firebase.auth.TokenResult
SIGN_IN_RESULT — Constant Static Property, class com.myflashlab.air.extensions.firebase.auth.AuthEvents
SIGNIN_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
signInTitle — Property, class com.myflashlab.air.extensions.localAuth.AndroidAuthSettings
Message showed as a title in a dialog which indicates the user that they need to scan fingerprint to continue.
SIGNIN_WINDOW_DISPATCH — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
(on iOS only) The sign-in flow has finished selecting how to proceed, and the UI should no longer display a spinner or other "please wait" element.
SIGNIN_WINDOW_ERROR — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
(on iOS only) If there's an error and the signin window can't be presented.
signInWithCustomToken($token:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Asynchronously signs in to Firebase with the given Auth token.
signInWithEmail($email:String, $pass:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Deprecated, use signInWithEmailPass instead.
signInWithEmailLink($email:String, $link:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Tries to sign in a user with the given email address and link.
signInWithEmailPass($email:String, $pass:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Signs in using an email address and password.
signOut() — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth
Signs out the current user and clears it from the disk cache.
signOut() — Static Method , class com.myflashlab.air.extensions.gSignIn.GSignIn
Signs out the current signed-in user if any.
SIGNOUT_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
SIGNOUT_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
SIGN_UP — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent
Sign Up event.
silentSignIn() — Static Method , class com.myflashlab.air.extensions.gSignIn.GSignIn
Returns the GAccount object for the user who has previously signed into the app using the signin method.
SILENT_SIGNIN_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
SILENT_SIGNIN_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
SINGLE_COLOR — Constant Static Property, class com.myflashlab.air.extensions.rongta.BitmapSetting
Android
SINGLE_VALUE_CHANGED — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents
Removing one of the SINGLE_VALUE_events will disable the other one also.
SINGLE_VALUE_CHANGE_FAILED — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents
Removing one of the SINGLE_VALUE_events will disable the other one also.
size — Property, class com.myflashlab.air.extensions.firebase.firestore.QuerySnapshot
Returns the number of documents in the QuerySnapshot.
sizeBytes — Property, class com.myflashlab.air.extensions.firebase.storage.StorageMetadata
the stored Size in bytes of the StorageReference object NOTE: There is a known bug on the iOS side which returns 0 for this property! We hope Firebase can solve this problem the soonest possible.
SIZE_MEASURED — Constant Static Property, class com.myflashlab.air.extensions.admob.AdMobEvents
SMALL — Constant Static Property, class com.myflashlab.air.extensions.gameCenter.PhotoSize
SMART_BANNER_LANDSCAPE — Constant Static Property, class com.myflashlab.air.extensions.admob.ApiBannerAds
A dynamically sized banner that is full-width and auto-height.
SMART_BANNER_PORTRAIT — Constant Static Property, class com.myflashlab.air.extensions.admob.ApiBannerAds
A dynamically sized banner that is full-width and auto-height.
smsCode — Property, class com.myflashlab.air.extensions.firebase.auth.AuthEvents
Snapshot — class, package com.myflashlab.air.extensions.googleGames
Data interface for a representation of a saved game.
SNAPSHOT_COMMIT_FAILED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesClientStatusCodes
The attempt to commit the snapshot change failed.
SNAPSHOT_CONFLICT_MISSING — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesClientStatusCodes
The conflict that was being resolved doesn't exist.
SNAPSHOT_CONFLICT_RESOLVING_ENDED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.resolveConflict.
SNAPSHOT_CONFLICT_RESOLVING_STARTED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.resolveConflict.
SNAPSHOT_CONTENTS_UNAVAILABLE — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesClientStatusCodes
An error occurred while attempting to open the contents of the snapshot.
SNAPSHOT_CREATION_FAILED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesClientStatusCodes
The attempt to create a snapshot failed.
SNAPSHOT_DELETE_ENDED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.remove.
SNAPSHOT_DELETE_STARTED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.remove.
SNAPSHOT_FOLDER_UNAVAILABLE — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesClientStatusCodes
The root folder for snapshots could not be found or created.
SNAPSHOT_GET_LIST — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.getList.
snapshotId — Property, class com.myflashlab.air.extensions.firebase.firestore.DocumentSnapshot
The id of the document.
snapshotId — Property, class com.myflashlab.air.extensions.googleGames.SnapshotMetadata
Retrieves the ID of this snapshot.
SNAPSHOT_LOAD_ENDED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.load.
SNAPSHOT_LOAD_STARTED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.load.
snapshotMetadata — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
SnapshotMetadata — class, package com.myflashlab.air.extensions.firebase.firestore
Metadata about a snapshot, describing the state of the snapshot.
SnapshotMetadata — class, package com.myflashlab.air.extensions.googleGames
Data interface for the metadata of a saved game.
snapshotName — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
snapshotNames — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
SNAPSHOT_NOT_FOUND — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesClientStatusCodes
The specified snapshot does not exist on the server.
SNAPSHOT_RECEIVED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.init().
snapshots — Static Property, class com.myflashlab.air.extensions.googleGames.Games
Returns an instance of Snapshots class.
Snapshots — class, package com.myflashlab.air.extensions.googleGames
A client to interact with Shapshots.
SNAPSHOT_SAVE_CONFLICTED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.save or Games.snapshots.resolveConflict.
SNAPSHOT_SAVE_ENDED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.save.
SNAPSHOT_SAVE_STARTED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.save.
snapshotsEnabled — Property, class com.myflashlab.air.extensions.googleGames.Game
Indicates whether or not this game supports snapshots.
SNAPSHOT_WINDOW_DISMISSED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.showNativeWindow.
SNAPSHOT_WINDOW_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.showNativeWindow.
SNAPSHOT_WINDOW_NEW — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.showNativeWindow.
SNAPSHOT_WINDOW_PICK — Constant Static Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
Dispatches on relation to Games.snapshots.showNativeWindow.
SocialMediaParams — class, package com.myflashlab.air.extensions.firebase.dynamicLinks
SocialMediaParams() — Constructor, class com.myflashlab.air.extensions.firebase.dynamicLinks.SocialMediaParams
SORT_ORDER_MOST_RECENT_FIRST — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Games
Sort multiplayer activities by their last-modified timestamp with most recent first.
SORT_ORDER_SOCIAL_AGGREGATION — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Games
Sort multiplayer activities such that activities from players in the user's circles are returned first.
_sound — Property, class com.myflashlab.air.extensions.localNotifi.NotificationSettings
sound — Property, class com.myflashlab.air.extensions.localNotifi.NotificationSettings
SOUND_LOADED — Constant Static Property, class com.myflashlab.air.extensions.volume.VolumeEvent
Dispatches when a native sound object is loaded into the app's cache and is ready to be played.
Source — class, package com.myflashlab.air.extensions.firebase.firestore
Configures the behavior of read() calls on CollectionReference, DocumentReference and Query.
SOURCE — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsParam
CAMPAIGN_DETAILS source; used to identify a search engine, newsletter, or other source.
SOURCE_CALENDAR — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
User calendar native access (Android+iOS)
SOURCE_CAMERA — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Camera native access (Android+iOS)
SOURCE_CONTACTS — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
User contacts native access (Android+iOS)
SOURCE_LOCATION — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Location native access (Android)
SOURCE_LOCATION_ALWAYS — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Location always native access (iOS)
SOURCE_LOCATION_WHEN_IN_USE — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Location when in use native access (iOS)
SOURCE_MIC — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Microphone native access (Android+iOS)
SOURCE_PHONE — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Phone state native access (Android)
SOURCE_PHOTOS — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Photo gallery native access (iOS)
SOURCE_REMINDER — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
User reminder native access (iOS)
SOURCE_SENSORS — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Sensors native access (Android)
SOURCE_SMS — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
SMS native access (Android)
SOURCE_STORAGE — Constant Static Property, class com.myflashlab.air.extensions.nativePermissions.PermissionCheck
Storage native access (Android)
SPARSE_MODEL — Constant Static Property, class com.myflashlab.air.extensions.firebase.mlkit.TextRecognizerCloudOptions
speed — Property, class com.myflashlab.air.extensions.gps.Location
speed — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetPlaces
The speed of the item, in kilometers per hour.
spendPercentile — Property, class com.myflashlab.air.extensions.googleGames.PlayerStats
The approximate spend percentile of the player.
SPEND_VIRTUAL_CURRENCY — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent
Spend Virtual Currency event.
Spotlight — class, package com.myflashlab.air.extensions.spotlight
The Spotlight ANE will let you index your suggested keywords even in runtime with user generated content and your search results will be immediately shown in the iOS spotlight window.
Spotlight() — Constructor, class com.myflashlab.air.extensions.spotlight.Spotlight
To use Spotlight ANE, you should initialize it in your app the soonest possible and make sure that you have added the SpotlightEvents.SEARCH_SELECTED listener as early as possible.
SpotlightEvents — class, package com.myflashlab.air.extensions.spotlight
st — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.SocialMediaParams
The title to use when the Dynamic Link is shared in a social post.
STABLE_MODEL — Constant Static Property, class com.myflashlab.air.extensions.firebase.mlkit.LandmarkDetectorOptions
standardFontFamily — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Gets the standard font family name.
start() — method, class com.myflashlab.air.extensions.firebase.performance.HttpMetric
Marks the start time of the request
start() — method, class com.myflashlab.air.extensions.firebase.performance.PerfTrace
Starts this trace.
start() — method, class com.myflashlab.air.extensions.gps.GeofencingManager
start($accuracy:int, $distance:Number, $interval:Number) — method, class com.myflashlab.air.extensions.gps.LocationManager
Use this method only if you need Gps information periodically in your app.
START — Constant Static Property, class com.myflashlab.air.extensions.zip.ZipManagerEvent
startAfter(... rest) — method, class com.myflashlab.air.extensions.firebase.firestore.Query
Creates and returns a new Query that starts after the provided fields relative to the order of the query.
startAt($value:any, $key:String) — method, class com.myflashlab.air.extensions.firebase.db.DBQuery
Create a query constrained to only return child nodes with a value greater than or equal to the given value, using the given orderBy directive or priority as default.
startAt(... rest) — method, class com.myflashlab.air.extensions.firebase.firestore.Query
Creates and returns a new Query that starts at the provided fields relative to the order of the query.
startDate — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetEvents
Start date of this item.
START_DATE — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsParam
The departure date, check-in date, or rental start date for the item (String).
startSafeBrowsing($callback:Function) — method, class com.myflashlab.air.extensions.richWebView.android.Android
Starts Safe Browsing initialization.
START_SAFE_BROWSING — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents
startScan($callback:Function) — Static Method , class com.myflashlab.air.extensions.rongta.Rongta
(iOS) start scanning for finding a bluetooth printer.
STAR_WARS_IMPERIAL_MARCH — Constant Static Property, class com.myflashlab.air.extensions.vibration.Vibration
state — Property, class com.myflashlab.air.extensions.gSignIn.GSignInEvents
(on iOS only) available with the LOGIN_WINDOW_STATUS event to let you know about the current state of the signin window in iOS devices.
state — Property, class com.myflashlab.air.extensions.gameCenter.Challenge
The current state of the challenge.
state — Property, class com.myflashlab.air.extensions.googleGames.Achievement
Retrieves the state of the achievement - one of Achievement.STATE_UNLOCKED, Achievement.STATE_REVEALED, or Achievement.STATE_HIDDEN.
state — Static Property, class com.myflashlab.air.extensions.gps.Gps
state — Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents
state — Property, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents
state — Property, class com.myflashlab.air.extensions.rongta.RongtaEvents
State — class, package com.myflashlab.air.extensions.gps
State($context:flash.external:ExtensionContext) — Constructor, class com.myflashlab.air.extensions.gps.State
STATE_HIDDEN — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Achievement
stateOrProvince — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetPlaces
Identifies Province/State of origin according to guidelines established by the provider.
STATE_REVEALED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Achievement
STATE_UNLOCKED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Achievement
statsCollectionEnabled — Static Property, class com.myflashlab.air.extensions.firebase.mlkit.Mlkit
status — Property, class com.myflashlab.air.extensions.ar.ArEvents
status — Property, class com.myflashlab.air.extensions.billing.BillingEvent
status — Property, class com.myflashlab.air.extensions.googleGames.GamesEvents
STATUS — Constant Static Property, class com.myflashlab.air.extensions.pdf.PdfViewerEvent
Status event is one of the following values:onOpen, onClose or onError If you are receiving "onError" message, the reason might be one of the followings 1) are you sure the File exists? you should check it before sending it into the ANE 2) on Android, maybe there is no application to be able to open PDF files! you should promote users to install Acrobat Reader or other pdf readers apps on Google Play
Statusbar — class, package com.myflashlab.air.extensions.statusbar
StatusbarEvents — class, package com.myflashlab.air.extensions.statusbar
statusCode — Property, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents
STATUS_DECLINED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant has declined the invitation.
STATUS_FINISHED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant is finished with this match.
STATUS_INVITED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant has been sent an invitation.
STATUS_JOINED — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant has accepted the invitation and is joined.
STATUS_LEFT — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant joined a multiplayer game and subsequently left.
STATUS_NOT_INVITED_YET — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant has not yet been sent an invitation.
STATUS_OPT_IN — Constant Static Property, class com.myflashlab.air.extensions.adobeMobile.MobilePrivacyStatus
STATUS_OPT_OUT — Constant Static Property, class com.myflashlab.air.extensions.adobeMobile.MobilePrivacyStatus
STATUS_UNKNOWN — Constant Static Property, class com.myflashlab.air.extensions.adobeMobile.MobilePrivacyStatus
STATUS_UNRESPONSIVE — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Participant
Constant indicating that this participant did not respond to the match in the alloted time.
_stereoModeButtonEnabled — Property, class com.myflashlab.air.extensions.googleVR.VRConfig
stereoModeButtonEnabled — Property, class com.myflashlab.air.extensions.googleVR.VRConfig
Indicates if the VR mode button should be enabled or not
stop($name:String, $offset:Number) — method, class com.myflashlab.air.extensions.adobeMobile.Media
Notifies the media module that the media item has been paused or stopped.
stop() — method, class com.myflashlab.air.extensions.firebase.performance.HttpMetric
Marks the end time of the response and queues the network request metric on the device for transmission.
stop() — method, class com.myflashlab.air.extensions.firebase.performance.PerfTrace
Stops this trace.
stop() — method, class com.myflashlab.air.extensions.googleVR.ApiVideoView
stop() — method, class com.myflashlab.air.extensions.gps.GeofencingManager
stop() — method, class com.myflashlab.air.extensions.gps.LocationManager
Call this method to stop the Gps service.
stop() — method, class com.myflashlab.air.extensions.player.surface.SurfacePlayer
stop your video playback will move the video to position 0 in your video.
stopAllNativeSounds() — Static Method , class com.myflashlab.air.extensions.volume.Volume
Call this method to stop ALL the currently playing native sound effects.
stopLoad() — method, class com.myflashlab.air.extensions.richWebView.android.WebView
Stops the current load.
stopLoad() — method, class com.myflashlab.air.extensions.richWebView.ios.WebView
Stops loading all resources on the current page.
stopLoad() — method, class com.myflashlab.air.extensions.webView.RichWebView
Call this method to stop loading the current page
stopLoading() — method, class com.myflashlab.air.extensions.richWebView.android.WebView
STOPPED — Constant Static Property, class com.myflashlab.air.extensions.googleVR.VREvents
stopScan() — Static Method , class com.myflashlab.air.extensions.rongta.Rongta
(iOS) stop the scanning process.
Storage — class, package com.myflashlab.air.extensions.firebase.storage
Storage is a service that supports uploading and downloading large objects to Google Cloud Storage.
StorageEvents — class, package com.myflashlab.air.extensions.firebase.storage
StorageExceptions — class, package com.myflashlab.air.extensions.firebase.storage
StorageMetadata — class, package com.myflashlab.air.extensions.firebase.storage
Metadata for a StorageReference.
StorageMetadata($customMetadata:Array, $cacheControl:String, $contentDisposition:String, $contentEncoding:String, $contentLanguage:String, $contentType:String) — Constructor, class com.myflashlab.air.extensions.firebase.storage.StorageMetadata
You may create a new instance of this class and pass it to the putBytes or putFile methods so the new file that you are uploading to the Firebase storage would contain these metadata information.
StorageReference — class, package com.myflashlab.air.extensions.firebase.storage
Represents a reference to a Google Cloud Storage object.
StorageTask — class, package com.myflashlab.air.extensions.firebase.storage
A controllable Task that has a synchronized state machine.
storeType — Property, class com.myflashlab.air.extensions.rateme.RateMeApi
(used in Android only) Set the store type you wish to use for your rating.
streamable — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetMedia
Whether the content is prepared for streaming.
STRING_POSITION_ABOVE_BARCODE — Constant Static Property, class com.myflashlab.air.extensions.rongta.BarcodeSetting
STRING_POSITION_ABOVE_BELOW_BARCODE — Constant Static Property, class com.myflashlab.air.extensions.rongta.BarcodeSetting
STRING_POSITION_BELOW_BARCODE — Constant Static Property, class com.myflashlab.air.extensions.rongta.BarcodeSetting
STRING_POSITION_NONE — Constant Static Property, class com.myflashlab.air.extensions.rongta.BarcodeSetting
su — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.SocialMediaParams
(Deprecated and will be removed in the next release, use si instead) The URL to an image related to this link.
subAdminArea — Property, class com.myflashlab.air.extensions.gps.Address
subject — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetDocuments
Subject of the this item.
subLocality — Property, class com.myflashlab.air.extensions.gps.Address
submitAdvertisingIdentifierTask($adId:String) — method, class com.myflashlab.air.extensions.adobeMobile.Config
Use this method to submit the advertising ID of your app to ADBMobile.
submitScore($leaderboardId:String, $rawScore:int, $metadata:String, $immediate:Boolean) — method, class com.myflashlab.air.extensions.googleGames.Leaderboards
submits the score to the leaderboard for the currently signed-in player.
subscribeToTopic($topic:String) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.FCM
Subscribe to topic in background.
subscriptionPeriod — Property, class com.myflashlab.air.extensions.billing.Product
SUBSCRIPTIONS — Constant Static Property, class com.myflashlab.air.extensions.billing.FeatureType
SUBSCRIPTIONS_UPDATE — Constant Static Property, class com.myflashlab.air.extensions.billing.FeatureType
success — Property, class com.myflashlab.air.extensions.localAuth.LocalAuthEvents
SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.appleSignIn.AppleSignInEvent
SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsParam
The result of an operation (Number).
SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.core.Firebase
The connection was successful.
SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.googleGames.Games
SUPER_MARIO_THEME_INTRO — Constant Static Property, class com.myflashlab.air.extensions.vibration.Vibration
supportMultipleWindows — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Gets whether the WebView supports multiple windows.
supportZoom — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings
Sets whether the WebView should support zooming using its on-screen zoom controls and gestures.
suppressesIncrementalRendering — Property, class com.myflashlab.air.extensions.richWebView.ios.WebSettings
A Boolean value indicating whether the web view suppresses content rendering until it is fully loaded into memory.
SurfacePlayer — class, package com.myflashlab.air.extensions.player.surface
SurfacePlayer extension helps you play video files inside your air mobile projects and you can control the position of the player by setting x, y, width and height parameters.
SurfacePlayer($stage:flash.display:Stage) — Constructor, class com.myflashlab.air.extensions.player.surface.SurfacePlayer
to initialize the extension and pass in the flash stage to it
SurfacePlayerEvent — class, package com.myflashlab.air.extensions.player.surface
SurfacePlayerEvent(type:String, data:any) — Constructor, class com.myflashlab.air.extensions.player.surface.SurfacePlayerEvent
SurfaceVideoLocation — class, package com.myflashlab.air.extensions.player.surface
switchBitmapColorChannel($bmd:flash.display:BitmapData) — Static Method , class com.myflashlab.air.extensions.richWebView.android.WebView
switchBitmapColorChannel($bmd:flash.display:BitmapData) — Static Method , class com.myflashlab.air.extensions.richWebView.ios.WebView
switchPrinter($printerInterface:com.myflashlab.air.extensions.rongta:PrinterInterface) — Static Method , class com.myflashlab.air.extensions.rongta.Rongta
(iOS) switch between connected devices.
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