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  
register() — method, interface com.distriqt.extension.application.alarms.AlarmManager
This will register your application to receive alarms and as part of this process any alarms that were received while your application wasn't running or received at startup will be dispatched.
remove(key:String) — method, interface com.distriqt.extension.application.Defaults
Removes the value of the specified key in the defaults.
remove(key:String, accessGroup:String) — method, interface com.distriqt.extension.application.Keychain
Removes any value set for the specified key
removeBitmapOverlay() — method, class com.distriqt.extension.application.Application
Removes an image overlay previously added through addBitmapOverlay
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.distriqt.extension.application.Application
requestAccess() — method, class com.distriqt.extension.application.Application
Performs a simple operation to force the display of the permission dialog.
requestAutoStartPermission() — method, class com.distriqt.extension.application.Application
Displays the settings page for the user to change the permission for your application to be automatically started at boot.
RESTRICTED — Constant Static Property, class com.distriqt.extension.application.AuthorisationStatus
This application is not authorized to access photo data.
ROTATED_LEFT — Constant Static Property, class com.distriqt.extension.application.DeviceOrientation
The device is in landscape mode, with the device held upright and the home button on the right side.
ROTATED_RIGHT — Constant Static Property, class com.distriqt.extension.application.DeviceOrientation
The device is in landscape mode, with the device held upright and the home button on the left side.
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