System Preferences
Functions
Link copied to clipboard
abstract fun addListener(event: String, listener: (event: Event) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, highContrastColorScheme: Boolean) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, newColor: String) -> Unit): SystemPreferences
Content copied to clipboard
open fun addListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun addListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
Link copied to clipboard
abstract fun askForMediaAccess(mediaType: String): <Error class: unknown class><Boolean>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun on(event: String, listener: (event: Event) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, highContrastColorScheme: Boolean) -> Unit): SystemPreferences
Content copied to clipboard
Link copied to clipboard
abstract fun once(event: String, listener: (event: Event) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, highContrastColorScheme: Boolean) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, newColor: String) -> Unit): SystemPreferences
Content copied to clipboard
open fun once(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
Link copied to clipboard
abstract fun postLocalNotification(event: String, userInfo: Record<String, Any>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun postWorkspaceNotification(event: String, userInfo: Record<String, Any>)
Content copied to clipboard
Link copied to clipboard
open fun prependListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
Link copied to clipboard
open fun prependOnceListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun prependOnceListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
Link copied to clipboard
abstract fun promptTouchID(reason: String): <Error class: unknown class><Unit>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun removeAllListeners(event: Any = definedExternally): EventEmitter
Content copied to clipboard
open fun removeAllListeners(event: String = definedExternally): EventEmitter
Content copied to clipboard
Link copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, highContrastColorScheme: Boolean) -> Unit): SystemPreferences
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, newColor: String) -> Unit): SystemPreferences
Content copied to clipboard
open fun removeListener(event: Any, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
open fun removeListener(event: String, listener: (args: Any) -> Unit): EventEmitter
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard