object Runtime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class Message[A, R] extends AnyRef
- class MessageEventSource extends EventSource[Message[Option[Any], Any]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def connect(extensionId: UndefOr[AppID] = undefined, connectInfo: UndefOr[ConnectInfo] = undefined): Port
- def connectNative(application: String): Port
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBackgroundPage: Future[Window]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getManifest: Manifest
- def getPackageDirectoryEntry: Future[DirectoryEntry]
- def getPlatformInfo: Future[PlatformInfo]
- def getURL(path: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: AppID
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastError: Option[Error]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onBrowserUpdateAvailable: EventSource[Unit]
- val onConnect: EventSource[Port]
- val onConnectExternal: EventSource[Port]
- val onInstalled: EventSource[OnInstalledDetails]
- val onMessage: EventSource[Message[Option[Any], Any]]
- val onMessageExternal: EventSource[Message[Option[Any], Any]]
- val onRestartRequired: EventSource[RestartReason]
- val onStartup: EventSource[Unit]
- val onSuspend: EventSource[Unit]
- val onSuspendCanceled: EventSource[Unit]
- val onUpdateAvailable: EventSource[OnUpdateAvailableDetails]
- def openOptionsPage: Future[Unit]
- def reload(): Unit
- def requestUpdateCheck: Future[UpdateCheckResult]
- def restart(): Unit
- def sendMessage(extensionId: UndefOr[AppID] = undefined, message: Any, options: UndefOr[SendMessageOptions] = undefined, responseCallback: UndefOr[Function1[Object, _]] = js.undefined): Unit
- def sendNativeMessage(application: String, message: Object, responseCallback: UndefOr[Function1[Object, _]]): Unit
- def setUninstallURL(url: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()