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  
DARK — Constant Static Property, class com.distriqt.extension.application.StatusBarStyle
Dark style On iOS 7 or greater, this will be a transparent status bar with black text On Android this represents the status bar with dark icons
DARK — Constant Static Property, class com.distriqt.extension.application.display.NavigationBarStyle
Dark navigation bar style will make the icons dark for use on light backgrounds
DARK — Constant Static Property, class com.distriqt.extension.application.display.UserInterfaceStyle
Dark mode is enabled and the application should render with a dark background and light text
data — Property, class com.distriqt.extension.application.alarms.Alarm
data — Property, class com.distriqt.extension.application.events.AlarmEvent
The data string associated with this event when the alarm was built
DEACTIVATE — Constant Static Property, class com.distriqt.extension.application.events.ApplicationStateEvent
Dispatched when the application is deactivated.
DEFAULT — Constant Static Property, class com.distriqt.extension.application.DeviceOrientation
The device is in portrait mode, with the device held upright and the home button at the bottom.
DEFAULT — Constant Static Property, class com.distriqt.extension.application.StatusBarStyle
Default style.
DEFAULT — Constant Static Property, class com.distriqt.extension.application.display.NavigationBarStyle
Default navigation bar style will assume a dark navigation bar and make the icons light
defaults — Property, class com.distriqt.extension.application.Application
Access to the defaults stored with this application.
Defaults — Interface, package com.distriqt.extension.application
The defaults allow you to setup some information for the user, to allow an application to customize its behavior to match a user's preferences.
defaults:changed — Event, interface com.distriqt.extension.application.Defaults
DefaultsEvent — class, package com.distriqt.extension.application.events
Describes events that occur to the application default values.
DefaultsEvent(type:String, key:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.application.events.DefaultsEvent
Constructor
DENIED — Constant Static Property, class com.distriqt.extension.application.AuthorisationStatus
User has explicitly denied this application access to photos data
density — Property, interface com.distriqt.extension.application.DisplayMetrics
Android only The logical density of the display.
densityDpi — Property, interface com.distriqt.extension.application.DisplayMetrics
The screen density expressed as dots-per-inch.
description — Property, class com.distriqt.extension.application.TimeZone
A description of this time zone suitable for presentation to the user.
description — Property, class com.distriqt.extension.application.events.ApplicationStateEvent
Unused
device — Property, class com.distriqt.extension.application.Application
Access to the device information, including unique device ID.
device — Property, interface com.distriqt.extension.application.Device
Device — Interface, package com.distriqt.extension.application
Device functionality allows you to retrieve information about the device.
deviceOrientation — Property, interface com.distriqt.extension.application.Device
DeviceOrientation — class, package com.distriqt.extension.application
The orientation property uses these constants to identify the device orientation.
DeviceOrientationEvent — class, package com.distriqt.extension.application.events
Used to dispatch information about the device orientation.
DeviceOrientationEvent(type:String, orientation:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.application.events.DeviceOrientationEvent
Constructor
DeviceStateEvent — class, package com.distriqt.extension.application.events
Describes changes to the device state
DeviceStateEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.application.events.DeviceStateEvent
display — Property, class com.distriqt.extension.application.Application
Display — Interface, package com.distriqt.extension.application.display
DisplayCutout — class, package com.distriqt.extension.application.display
Represents the area of the application view that is not functional for displaying content
DisplayCutout() — Constructor, class com.distriqt.extension.application.display.DisplayCutout
displayMetrics — Property, interface com.distriqt.extension.application.Device
displayMetrics — Property, interface com.distriqt.extension.application.display.Display
This allows you to get information about the display on the current device.
DisplayMetrics — Interface, package com.distriqt.extension.application
A structure describing general information about a display, such as its size, density, etc.
DisplayMode — class, package com.distriqt.extension.application.display
Defines the available display modes for use in the Display.setDisplayMode function
dispose() — method, class com.distriqt.extension.application.Application
Disposes the extension and releases any allocated resources.
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