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 |
UDID — class, package com.myflashlab.air.extensions.udid |
|
This ANE will help you get unique device identifiers using Android/iOS APIs. |
unachievedDescription — Property, class com.myflashlab.air.extensions.gameCenter.AchievementDescription |
|
A localized description of the achievement to be used when the local player has not completed the achievement. |
UNAUTHENTICATED — Constant Static Property, class com.myflashlab.air.extensions.firebase.functions.FunctionsErrorCode |
|
The request does not have valid authentication credentials for the operation. |
UNAVAILABLE — Constant Static Property, class com.myflashlab.air.extensions.battery.BatteryState |
| |
UNAVAILABLE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBError |
| The service is unavailable |
UNAVAILABLE — Constant Static Property, class com.myflashlab.air.extensions.firebase.functions.FunctionsErrorCode |
|
The service is currently unavailable. |
UnderAgeOfConsent — class, package com.myflashlab.air.extensions.billing |
|
(Android) Developers are able to specify whether to mark your ad requests to receive treatment for
users in the European Economic Area (EEA) under the age of consent. |
UNDER_AGE_OF_CONSENT — Static Property, class com.myflashlab.air.extensions.billing.Billing |
|
Developers are able to specify whether to mark your ad requests to receive treatment for
users in the European Economic Area (EEA) under the age of consent. |
UNDER_AGE_OF_CONSENT — Constant Static Property, class com.myflashlab.air.extensions.billing.UnderAgeOfConsent |
| App indicates the ad requests shall be handled in a manner suitable for users under the age of consent. |
underline — Property, class com.myflashlab.air.extensions.rongta.ESCTextSettings |
|
underline setting
|
UNIMPLEMENTED — Constant Static Property, class com.myflashlab.air.extensions.firebase.functions.FunctionsErrorCode |
| Operation is not implemented or not supported/enabled. |
uninstallApplication($packageName:String) — Static Method , class com.myflashlab.air.extensions.pm.PackageManager |
| |
UNIQUE — Constant Static Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.MatchConfidence |
| |
uniqueName — Property, class com.myflashlab.air.extensions.googleGames.SnapshotMetadata |
|
Unique identifier of this snapshot. |
UNKNOWN — Constant Static Property, class com.myflashlab.air.extensions.firebase.functions.FunctionsErrorCode |
| Unknown error or an error from a different error domain. |
UNKNOWN — Constant Static Property, class com.myflashlab.air.extensions.firebase.storage.StorageExceptions |
| Reason: An unknown error occurred. |
UNKNOWN_ERROR — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBError |
| An unknown error occurred. |
UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY — Constant Static Property, class com.myflashlab.air.extensions.billing.ProrationMode |
| |
unlinkFromCredential($provider:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.FirebaseUser |
|
Detaches credentials from a given provider type from this user. |
UNLINK_RESULT — Constant Static Property, class com.myflashlab.air.extensions.firebase.auth.FirebaseUserEvents |
| |
unlock($achievementId:String, $immediate:Boolean) — method, class com.myflashlab.air.extensions.googleGames.Achievements |
|
Unlocks an achievement for the currently signed in player. |
UNLOCK_ACHIEVEMENT — Constant Static Property, class com.myflashlab.air.extensions.firebase.analytics.AnalyticsEvent |
|
Unlock Achievement event. |
unset($alarmId:int) — Static Method , class com.myflashlab.air.extensions.localNotifi.Notification |
|
Use this method to unset a previously adjusted notification schedule by passing its alarm id being returned
from the Notification.adjust method. |
unsetAll() — Static Method , class com.myflashlab.air.extensions.localNotifi.Notification |
|
Unset all the notification schedules before they happen. |
UNSPECIFIED — Constant Static Property, class com.myflashlab.air.extensions.billing.ChildDirected |
|
App has not specified whether its ad requests should be treated as child directed or not. |
UNSPECIFIED — Constant Static Property, class com.myflashlab.air.extensions.billing.UnderAgeOfConsent |
| App has not specified how ad requests shall be handled. |
unsubscribeFromTopic($topic:String) — Static Method , class com.myflashlab.air.extensions.firebase.fcm.FCM |
|
Unsubscribe from topic in background. |
unsubscribeWhenNotificationsAreDisabled — Property, class com.myflashlab.air.extensions.firebase.fcm.OneSignalInitSettings |
|
(Android) If notifications are disabled for your app, unsubscribe the user from OneSignal. |
unsubscribeWhenNotificationsAreDisabled — Property, class com.myflashlab.air.extensions.onesignal.InitSettings |
|
(Android) If notifications are disabled for your app, unsubscribe the user from OneSignal. |
unzip($zipFile:flash.filesystem:File, $location:flash.filesystem:File) — method, class com.myflashlab.air.extensions.zip.ZipManager |
|
Call to start unzipping a specified zip file to your target dir location
|
UP — Constant Static Property, class com.myflashlab.air.extensions.richWebView.android.Focus |
| |
UPC_A — Constant Static Property, class com.myflashlab.air.extensions.rongta.BarcodeSetting |
| |
UPCE — Constant Static Property, class com.myflashlab.air.extensions.barcode.Barcode |
| |
UPC_E — Constant Static Property, class com.myflashlab.air.extensions.rongta.BarcodeSetting |
| |
update($data:Object) — method, class com.myflashlab.air.extensions.firebase.firestore.DocumentReference |
|
Updates fields in the document referred to by this DocumentReference. |
update($document:com.myflashlab.air.extensions.firebase.firestore:DocumentReference, $data:Object, $onComplete:Function) — method, class com.myflashlab.air.extensions.firebase.firestore.Transaction |
|
Updates fields in the document referred to by the provided DocumentReference. |
update($document:com.myflashlab.air.extensions.firebase.firestore:DocumentReference, $data:Object) — method, class com.myflashlab.air.extensions.firebase.firestore.WriteBatch |
|
Updates fields in the document referred to by the provided DocumentReference. |
updateChildren($childUpdates:Object) — method, class com.myflashlab.air.extensions.firebase.db.DBReference |
|
Update the specific child keys to the specified values. |
updateChildren($childUpdates:Object) — method, class com.myflashlab.air.extensions.firebase.db.DBWhenDisconnect |
|
Ensure the data has the specified child values updated when the client is disconnected
|
UPDATE_CHILDREN_FAILURE — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
UPDATE_CHILDREN_SUCCESS — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBEvents |
| |
updatedTimeMillis — Property, class com.myflashlab.air.extensions.firebase.storage.StorageMetadata |
| the time the StorageReference was last updated. |
updateEmail($email:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.FirebaseUser |
|
Updates the email address of the user. |
updateMetadata($metadata:com.myflashlab.air.extensions.firebase.storage:StorageMetadata, $onSuccess:Function, $onFailure:Function) — method, class com.myflashlab.air.extensions.firebase.storage.StorageReference |
|
Updates the metadata associated with this StorageReference. |
updatePassword($newPassword:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.FirebaseUser |
|
Updates the password of the user. |
updatePhoneNumber($credential:Object) — Static Method , class com.myflashlab.air.extensions.firebase.auth.FirebaseUser |
| |
updateProfile($displayName:String, $photoUrl:String) — Static Method , class com.myflashlab.air.extensions.firebase.auth.FirebaseUser |
|
Updates the user profile information. |
updateSnapshot() — method, class com.myflashlab.air.extensions.firebase.storage.StorageTask |
|
Updates the current state of the task. |
updateUserProperties($properties:Object, $callback:Function) — method, class com.myflashlab.air.extensions.fb.AppEvents |
|
An AS3 Object of key-value pairs representing user properties and their values. |
uploadSessionUri — Property, class com.myflashlab.air.extensions.firebase.storage.UploadTask |
|
The session Uri, valid for approximately one week, which can be used to resume an upload later by passing this value into
putFile method. |
UploadTask — class, package com.myflashlab.air.extensions.firebase.storage |
|
A controllable task that uploads and fires events for success, progress and failure. |
url — Property, class com.myflashlab.air.extensions.ar.ArEvents |
| |
url — Property, class com.myflashlab.air.extensions.firebase.auth.ActionCodeSettings |
| Indicates the URL when initializing this instance. |
url — Property, class com.myflashlab.air.extensions.firebase.invites.InvitesBuilder |
|
Sets the deep link that is made available to the app when opened from the invitation. |
url — Property, class com.myflashlab.air.extensions.firebase.storage.StorageEvents |
| |
url — Property, class com.myflashlab.air.extensions.gps.Address |
| |
url — Property, class com.myflashlab.air.extensions.richWebView.android.WebViewEvents |
| |
url — Property, class com.myflashlab.air.extensions.richWebView.ios.WebViewEvents |
| |
URL — Property, class com.myflashlab.air.extensions.spotlight.AttributeSetMedia |
| URL of the item |
USE_AIR_PREFIX_FOR_ANDROID — Static Property, class com.myflashlab.air.extensions.pm.PackageManager |
| |
useAppLanguage() — Static Method , class com.myflashlab.air.extensions.firebase.auth.Auth |
|
Sets the user-facing language code to be the default app language. |
user_about_me — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's personal description (the 'About Me' section on their Profile) through the bio
property on the User object. |
user_actions_books — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to all common books actions published by any app the person has used. |
user_actions_fitness — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to all common Open Graph fitness actions published by any app the person has used. |
user_actions_music — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to all common Open Graph music actions published by any app the person has used. |
user_actions_news — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to all common Open Graph news actions published by any app the person has used which
publishes these actions. |
user_actions_video — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to all common Open Graph video actions published by any app the person has used which
publishes these actions. |
USER_AGENT — Static Property, class com.myflashlab.air.extensions.webView.RichWebViewSettings |
|
Set browser UserAgent for webview or leave it empty for the default agent. |
userAgentString — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings |
|
Gets the WebView's user-agent string. |
USER_ATTEMPT_TO_RATE — Constant Static Property, class com.myflashlab.air.extensions.rateme.RateMeEvents |
| |
user_birthday — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Access the date and month of a person's birthday. |
USER_CANCELED — Constant Static Property, class com.myflashlab.air.extensions.billing.BillingResponse |
| User pressed back or canceled a dialog |
USER_CODE_EXCEPTION — Constant Static Property, class com.myflashlab.air.extensions.firebase.db.DBError |
| An exception occurred in user code |
USER_DECLINE_TO_RATE — Constant Static Property, class com.myflashlab.air.extensions.rateme.RateMeEvents |
| |
user_education_history — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's education history through the education field on the User object. |
userEmail — Static Property, class com.myflashlab.air.extensions.firebase.crash.Crashlytics |
|
Specify a user email which will be visible in the Crashlytics UI. |
user_events — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides read-only access to the Events a person is hosting or has RSVP'd to. |
user_friends — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access the list of friends that also use your app. |
user_games_activity — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to read a person's game activity (scores, achievements) in any game the person has played. |
user_groups — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Enables your app to read the Groups a person is a member of through the groups edge on the User object. |
user_hometown — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's hometown location through the hometown field on the User object. |
userId — Property, class com.myflashlab.air.extensions.admob.ApiRewardedVideo |
|
A unique identifier used to identify the user when making server-to-server reward callbacks. |
userId — Property, class com.myflashlab.air.extensions.fb.AccessToken |
|
Returns the user id for this access token. |
userId — Property, class com.myflashlab.air.extensions.fb.AppEvents |
|
Indicates a user id to associate with all app events. |
userId — Static Property, class com.myflashlab.air.extensions.firebase.analytics.FirebaseAnalytics |
|
Sets the user ID property. |
userId — Static Property, class com.myflashlab.air.extensions.firebase.auth.FirebaseUser |
|
Returns a string used to uniquely identify your user in your Firebase project's user database. |
userId — Property, class com.myflashlab.air.extensions.firebase.auth.UserInfo |
|
Returns a user identifier as specified by the authentication provider. |
userIdentifier — Property, class com.myflashlab.air.extensions.adobeMobile.Config |
|
indicating the user identifier value. |
userIdentifier — Static Property, class com.myflashlab.air.extensions.firebase.crash.Crashlytics |
|
Specify a user identifier which will be visible in the Crashlytics UI. |
UserInfo — class, package com.myflashlab.air.extensions.firebase.auth |
|
Represents a collection of standard profile information for a user. |
user_likes — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to the list of all Facebook Pages and Open Graph objects that a person has liked. |
user_location — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's current city through the location field on the User object. |
user_managed_groups — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Enables your app to read the Groups a person is an admin of through the groups edge on the User object. |
UserMetadata — class, package com.myflashlab.air.extensions.firebase.auth |
|
Holds the user metadata for the current FirebaseUser
|
username — Property, class com.myflashlab.air.extensions.firebase.auth.AdditionalUserInfo |
|
Returns the username if the provider is Github or Twitter
|
username — Static Property, class com.myflashlab.air.extensions.firebase.crash.Crashlytics |
|
Specify a user name which will be visible in the Crashlytics UI. |
user_photos — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to the photos a person has uploaded or been tagged in. |
user_posts — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to the posts on a person's Timeline. |
user_relationship_details — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's relationship interests as the interested_in field on the User object. |
user_relationships — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's relationship status, significant other and family members as fields on the
User object. |
user_religion_politics — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's religious and political affiliations. |
USER_REMIND_TO_RATE — Constant Static Property, class com.myflashlab.air.extensions.rateme.RateMeEvents |
| |
user_status — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's statuses. |
user_tagged_places — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to the Places a person has been tagged at in photos, videos, statuses and links. |
user_videos — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to the videos a person has uploaded or been tagged in. |
user_website — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to the person's personal website URL via the website field on the User object. |
user_work_history — Constant Static Property, class com.myflashlab.air.extensions.fb.Permissions |
|
Provides access to a person's work history and list of employers via the work field on the User object. |
useSKStoreReviewController — Property, class com.myflashlab.air.extensions.rateme.RateMeApi |
|
(used in iOS only) indicates if the ANE should use the new in-app API for ratings. |
useWideViewPort — Property, class com.myflashlab.air.extensions.richWebView.android.WebSettings |
|
Sets whether the WebView should enable support for the "viewport" HTML meta tag or should use a wide viewport. |
utm_campaign — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.AnalyticsParams |
| |
utm_content — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.AnalyticsParams |
| |
utm_medium — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.AnalyticsParams |
| |
utm_source — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.AnalyticsParams |
| |
utm_term — Property, class com.myflashlab.air.extensions.firebase.dynamicLinks.AnalyticsParams |
| |
uuid — Property, class com.myflashlab.air.extensions.rongta.PrinterDevice |
| |
UUID — Static Property, class com.myflashlab.air.extensions.udid.UDID |
|
On Android, UUID is an immutable representation of a 128-bit universally unique identifier (UUID). |
|
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 |