App
Functions
Link copied to clipboard
abstract fun addListener(event: String, listener: (event: Event) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (session: Session) -> Unit): App
Content copied to clipboard
abstract override fun addListener(event: String, listener: (launchInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, window: BrowserWindow) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, accessibilitySupportEnabled: Boolean) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, exitCode: Number) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, path: String) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, details: Details) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, guestWebContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, killed: Boolean) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, moduleName: String) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, argv: Array<String>, workingDirectory: String) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, type: String, userInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, type: String, error: String) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, authenticationResponseDetails: AuthenticationResponseDetails, authInfo: AuthInfo, callback: (username: String, password: String) -> Unit) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, url: String, certificateList: Array<Certificate>, callback: (certificate: Certificate) -> Unit) -> Unit): App
Content copied to clipboard
abstract fun addListener(event: String, listener: (event: Event, webContents: WebContents, url: String, error: String, certificate: Certificate, callback: (isTrusted: Boolean) -> Unit) -> Unit): App
Content copied to clipboard
open fun addListener(event: Any, 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getFileIcon(path: String, options: FileIconOptions = definedExternally): <Error class: unknown class><NativeImage>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getGPUInfo(infoType: String): <Error class: unknown class><Any>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getLoginItemSettings(options: LoginItemSettingsOptions = definedExternally): LoginItemSettings
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun importCertificate(options: ImportCertificateOptions, callback: (result: Number) -> Unit)
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
abstract fun moveToApplicationsFolder(options: MoveToApplicationsFolderOptions = definedExternally): Boolean
Content copied to clipboard
Link copied to clipboard
abstract fun on(event: String, listener: (session: Session) -> Unit): App
Content copied to clipboard
abstract override fun on(event: String, listener: (launchInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, window: BrowserWindow) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, accessibilitySupportEnabled: Boolean) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, exitCode: Number) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, path: String) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents, details: Details) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents, guestWebContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents, killed: Boolean) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents, moduleName: String) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, argv: Array<String>, workingDirectory: String) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, type: String, userInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, type: String, error: String) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents, authenticationResponseDetails: AuthenticationResponseDetails, authInfo: AuthInfo, callback: (username: String, password: String) -> Unit) -> Unit): App
Content copied to clipboard
abstract fun on(event: String, listener: (event: Event, webContents: WebContents, url: String, certificateList: Array<Certificate>, callback: (certificate: Certificate) -> Unit) -> Unit): App
Content copied to clipboard
Link copied to clipboard
abstract fun once(event: String, listener: (session: Session) -> Unit): App
Content copied to clipboard
abstract override fun once(event: String, listener: (launchInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, window: BrowserWindow) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, accessibilitySupportEnabled: Boolean) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, exitCode: Number) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, path: String) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents, details: Details) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents, guestWebContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents, killed: Boolean) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents, moduleName: String) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, argv: Array<String>, workingDirectory: String) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, type: String, userInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, type: String, error: String) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents, authenticationResponseDetails: AuthenticationResponseDetails, authInfo: AuthInfo, callback: (username: String, password: String) -> Unit) -> Unit): App
Content copied to clipboard
abstract fun once(event: String, listener: (event: Event, webContents: WebContents, url: String, certificateList: Array<Certificate>, callback: (certificate: Certificate) -> Unit) -> Unit): App
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
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
Link copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (session: Session) -> Unit): App
Content copied to clipboard
abstract override fun removeListener(event: String, listener: (launchInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, window: BrowserWindow) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, accessibilitySupportEnabled: Boolean) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, exitCode: Number) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, path: String) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, details: Details) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, guestWebContents: WebContents) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, killed: Boolean) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, moduleName: String) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, argv: Array<String>, workingDirectory: String) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, type: String, userInfo: Any) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, type: String, error: String) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, authenticationResponseDetails: AuthenticationResponseDetails, authInfo: AuthInfo, callback: (username: String, password: String) -> Unit) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, url: String, certificateList: Array<Certificate>, callback: (certificate: Certificate) -> Unit) -> Unit): App
Content copied to clipboard
abstract fun removeListener(event: String, listener: (event: Event, webContents: WebContents, url: String, error: String, certificate: Certificate, callback: (isTrusted: Boolean) -> Unit) -> Unit): App
Content copied to clipboard
open fun removeListener(event: Any, 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
Link copied to clipboard
Link copied to clipboard
abstract fun setUserActivity( type: String, userInfo: Any, webpageURL: String = definedExternally)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun startAccessingSecurityScopedResource(bookmarkData: String): Function<*>
Content copied to clipboard
Link copied to clipboard