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  
cancelAlarm(alarm:com.distriqt.extension.application.alarms:Alarm) — method, interface com.distriqt.extension.application.alarms.AlarmManager
Cancels a previously set alarm
cancelAlarmById(id:int) — method, interface com.distriqt.extension.application.alarms.AlarmManager
Cancels a previously set alarm
cancelAllAlarms() — method, interface com.distriqt.extension.application.alarms.AlarmManager
Cancels all previously set alarms
canRequestAutoStartPermission() — method, class com.distriqt.extension.application.Application
Checks to see if the device has the ability to request auto start permission.
CHANGED — Constant Static Property, class com.distriqt.extension.application.events.AuthorisationEvent
Dispatched when the user changes the authorisation status.
CHANGED — Constant Static Property, class com.distriqt.extension.application.events.DefaultsEvent
Dispatched when a default value is changed
CHANGED — Constant Static Property, class com.distriqt.extension.application.events.DeviceOrientationEvent
Dispatched when the device orientation changed.
CHANGED — Constant Static Property, class com.distriqt.extension.application.events.SettingsEvent
Dispatched when a settings value is changed
checkUrlSchemeSupport(urlScheme:String) — method, class com.distriqt.extension.application.Application
Returns whether or not the given URL Scheme is supported on the device
clone() — method, class com.distriqt.extension.application.events.AlarmEvent
clone() — method, class com.distriqt.extension.application.events.ApplicationEvent
clone() — method, class com.distriqt.extension.application.events.ApplicationStateEvent
clone() — method, class com.distriqt.extension.application.events.AuthorisationEvent
clone() — method, class com.distriqt.extension.application.events.DefaultsEvent
clone() — method, class com.distriqt.extension.application.events.DeviceOrientationEvent
clone() — method, class com.distriqt.extension.application.events.SettingsEvent
code — Property, class com.distriqt.extension.application.events.ApplicationStateEvent
The code associated with this event, see the CODE prefixed options in this class.
CODE_HOME — Constant Static Property, class com.distriqt.extension.application.events.ApplicationStateEvent
This code occurs when a normal application deactivation occurs, by pressing the home button or by switching between applications.
CODE_LOCK — Constant Static Property, class com.distriqt.extension.application.events.ApplicationStateEvent
This code occurs when the phone screen is disabled and the phone enters it's 'lock' power saving state .
com.distriqt.extension.application — package
com.distriqt.extension.application.alarms — package
com.distriqt.extension.application.display — package
com.distriqt.extension.application.events — package
com.distriqt.extension.application.keyboard — package
country — Property, class com.distriqt.extension.application.Locale
Returns the country/region code for this locale, which should either be the empty string, an uppercase ISO 3166 2-letter code, or a UN M.49 3-digit code.
CUTOUT_DEFAULT — Constant Static Property, class com.distriqt.extension.application.display.LayoutMode
The window is allowed to extend into the cutout area, only if the cutout is fully contained within a system bar.
CUTOUT_NEVER — Constant Static Property, class com.distriqt.extension.application.display.LayoutMode
The window is never allowed to overlap with the cutout area
CUTOUT_SHORT_EDGES — Constant Static Property, class com.distriqt.extension.application.display.LayoutMode
The window is always allowed to extend into the cutout areas on the short edges of the screen.
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