API | Type | Notes |
---|
Global.console.time | method | Start a timer to track duration of an operation. (New API, supported on Android, iPhone and iPad.) |
Global.console.timeEnd | method | Stop a timer that was previously started. (New API, supported on Android, iPhone and iPad.) |
Titanium.Android.R.animator | property | Animator resources. See R.animator in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.bool | property | Boolean resources. See R.bool in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.fraction | property | Fraction resources. See R.fraction in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.interpolator | property | Interpolator resources. See R.fraction in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.menu | property | Menu resources. See R.menu in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.mipmap | property | Mipmap resources. See R.mipmap in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.plurals | property | Plurals resources. See R.plurals in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.raw | property | Raw resources. See R.raw in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.transition | property | Transition resources. See R.transition in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.R.xml | property | XML resources. See R.xml in the Android Developer Reference. (New API, supported on Android.) |
Titanium.Android.Service.foregroundCancel | method | Puts the service into the "background" state and removes its foreground notification. (New API, supported on Android.) |
Titanium.Android.Service.foregroundNotify | method | Puts the service into the "foreground" state and displays a notification. (New API, supported on Android.) |
Titanium.App.iOS.USER_NOTIFICATION_ALERT_STYLE_ALERT | property | A alert dialog is presented when the notification is received. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_ALERT_STYLE_BANNER | property | A banner is presented when the notification is received. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_ALERT_STYLE_NONE | property | No banner or alert dialog is presented when the notification is received. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_AUTHORIZED | property | The application is authorized to post user notifications. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_DENIED | property | The application is not authorized to post user notifications. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_AUTHORIZATION_STATUS_NOT_DETERMINED | property | The user has not yet made a choice regarding whether the application may postuser notifications. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_ALLOW_IN_CARPLAY | property | Allow CarPlay to display notifications of this type. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_CUSTOM_DISMISS_ACTION | property | Send dismiss actions to the UNUserNotificationCenter object's delegate for handling. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_HIDDEN_PREVIEWS_SHOW_SUBTITLE | property | Show the notification's subtitle, even if the user has disabled notification previews for the app. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_HIDDEN_PREVIEWS_SHOW_TITLE | property | Show the notification's title, even if the user has disabled notification previews for the app. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_CATEGORY_OPTION_NONE | property | No options. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_SETTING_DISABLED | property | The notification setting is turned off. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_SETTING_ENABLED | property | The notification setting is turned on. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.USER_NOTIFICATION_SETTING_NOT_SUPPORTED | property | The application does not support this notification type. (New API, supported on iPhone and iPad.) |
Titanium.App.iOS.UserNotificationCenter | object | The top-level App iOS Notification Center module. It is used to control scheduled notificationsand receive details about the system-wide notification settings. (New API, supported on iPhone and iPad.) |
Titanium.Filesystem.File.append | method | Appends data to the file identified by this file object. (Added support for Android.) |
Titanium.Filesystem.File.copy | method | Copies the file identified by this file object to a new path. (Added support for iPhone and iPad.) |
Titanium.Filesystem.File.createdAt | method | Returns the creation Date for the file identified by this file object. (Added support for Android, iPhone and iPad.) |
Titanium.Filesystem.File.modifiedAt | method | Returns the last modification Date for the file identified by this file object. (Added support for Android, iPhone and iPad.) |
Titanium.Geolocation.getShowBackgroundLocationIndicator | method | Gets the value of the Titanium.Geolocation.showBackgroundLocationIndicator property. (New API, supported on iPhone and iPad.) |
Titanium.Geolocation.setShowBackgroundLocationIndicator | method | Sets the value of the Titanium.Geolocation.showBackgroundLocationIndicator property. (New API, supported on iPhone and iPad.) |
Titanium.Geolocation.showBackgroundLocationIndicator | property | Specifies that an indicator be shown when the app makes use of continuous background location updates. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_CLEAR | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_COLOR | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_COLOR_BURN | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_COLOR_DODGE | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_COPY | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_DARKEN | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_DESTINATION_ATOP | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_DESTINATION_IN | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_DESTINATION_OUT | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_DESTINATION_OVER | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_DIFFERENCE | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_EXCLUSION | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_HARD_LIGHT | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_HUE | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_LIGHTEN | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_LUMINOSITY | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_MULTIPLY | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_NORMAL | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_OVERLAY | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_PLUS_DARKER | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_PLUS_LIGHTER | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_SATURATION | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_SCREEN | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_SOFT_LIGHT | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on iPhone and iPad.) |
Titanium.UI.BLEND_MODE_SOURCE_ATOP | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_SOURCE_IN | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_SOURCE_OUT | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.BLEND_MODE_XOR | property | Use with MaskedImage.mode to specify a blend mode. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.MaskedImage | object | A control that displays an image composited with a background image or color. (Added support for Android.) |
Titanium.UI.TableView.getResultsBackgroundColor | method | Gets the value of the Titanium.UI.TableView.resultsBackgroundColor property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.getResultsSeparatorColor | method | Gets the value of the Titanium.UI.TableView.resultsSeparatorColor property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.getResultsSeparatorInsets | method | Gets the value of the Titanium.UI.TableView.resultsSeparatorInsets property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.getResultsSeparatorStyle | method | Gets the value of the Titanium.UI.TableView.resultsSeparatorStyle property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.getScrollable | method | Gets the value of the Titanium.UI.TableView.scrollable property. (Added support for Android.) |
Titanium.UI.TableView.resultsBackgroundColor | property | The background color of the search results (iOS-only). (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.resultsSeparatorColor | property | Separator line color between rows inside search results, as a color name or hex triplet (iOS-only). (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.resultsSeparatorInsets | property | The insets for search results separators (applies to all cells & iOS-only). (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.resultsSeparatorStyle | property | The separator style of the search results (iOS-only). (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.scrollable | property | If true , the tableview can be scrolled. (Added support for Android.) |
Titanium.UI.TableView.setResultsBackgroundColor | method | Sets the value of the Titanium.UI.TableView.resultsBackgroundColor property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.setResultsSeparatorColor | method | Sets the value of the Titanium.UI.TableView.resultsSeparatorColor property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.setResultsSeparatorInsets | method | Sets the value of the Titanium.UI.TableView.resultsSeparatorInsets property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.setResultsSeparatorStyle | method | Sets the value of the Titanium.UI.TableView.resultsSeparatorStyle property. (New API, supported on iPhone and iPad.) |
Titanium.UI.TableView.setScrollable | method | Sets the value of the Titanium.UI.TableView.scrollable property. (Added support for Android.) |
Titanium.UI.View.getHorizontalMotionEffect | method | Gets the value of the Titanium.UI.View.horizontalMotionEffect property. (New API, supported on iPhone and iPad.) |
Titanium.UI.View.getVerticalMotionEffect | method | Gets the value of the Titanium.UI.View.verticalMotionEffect property. (New API, supported on iPhone and iPad.) |
Titanium.UI.View.horizontalMotionEffect | property | Adds a horizontal parallax effect to the view (New API, supported on iPhone and iPad.) |
Titanium.UI.View.setHorizontalMotionEffect | method | Sets the value of the Titanium.UI.View.horizontalMotionEffect property. (New API, supported on iPhone and iPad.) |
Titanium.UI.View.setVerticalMotionEffect | method | Sets the value of the Titanium.UI.View.verticalMotionEffect property. (New API, supported on iPhone and iPad.) |
Titanium.UI.View.verticalMotionEffect | property | Adds a vertical parallax effect to the view (New API, supported on iPhone and iPad.) |
Titanium.UI.WebView.getZoomLevel | method | Gets the value of the Titanium.UI.WebView.zoomLevel property. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.WebView.setZoomLevel | method | Sets the value of the Titanium.UI.WebView.zoomLevel property. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.WebView.zoomLevel | property | Manage the zoom-level of the current page. (New API, supported on Android, iPhone and iPad.) |
Titanium.UI.Window.getHomeIndicatorAutoHidden | method | Gets the value of the Titanium.UI.Window.homeIndicatorAutoHidden property. (New API, supported on iPhone and iPad.) |
Titanium.UI.Window.getNavigationWindow | method | Gets the value of the Titanium.UI.Window.navigationWindow property. (New API, supported on iPhone and iPad.) |
Titanium.UI.Window.homeIndicatorAutoHidden | property | Boolean value indicating whether the system is allowed to hide the visual indicator for returning to the Home screen. (New API, supported on iPhone and iPad.) |
Titanium.UI.Window.navigationWindow | property | The Titanium.UI.iOS.NavigationWindow instance hosting this window. (New API, supported on iPhone and iPad.) |
Titanium.UI.Window.setHomeIndicatorAutoHidden | method | Sets the value of the Titanium.UI.Window.homeIndicatorAutoHidden property. (New API, supported on iPhone and iPad.) |
Titanium.UI.createMaskedImage | method | Creates and returns an instance of Titanium.UI.MaskedImage. (Added support for Android.) |
Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT | property | View presented over its parent window. (New API, supported on iPhone and iPad.) |
Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN | property | Presented view covers the screen. (New API, supported on iPhone and iPad.) |
Titanium.UI.iOS.setMODAL_PRESENTATION_OVER_CURRENT_CONTEXT | method | Sets the value of the Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_CONTEXT property. (New API, supported on iPhone and iPad.) |
Titanium.UI.iOS.setMODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN | method | Sets the value of the Titanium.UI.iOS.MODAL_PRESENTATION_OVER_CURRENT_FULL_SCREEN property. (New API, supported on iPhone and iPad.) |