chrome.runtime.bindings

Runtime

object Runtime extends Object

Annotations
@JSName( "chrome.runtime" ) @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Runtime
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AppID = String

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def connect(extensionId: UndefOr[AppID] = undefined, connectInfo: UndefOr[ConnectInfo] = undefined): Port

  9. def connectNative(application: String): Port

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getBackgroundPage(callback: Function1[Window, _]): Unit

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getManifest(): Manifest

  16. def getPackageDirectoryEntry(callback: Function1[DirectoryEntry, _]): Unit

  17. def getPlatformInfo(callback: Function1[PlatformInfo, _]): Unit

  18. def getURL(path: String): String

  19. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. val id: AppID

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  24. def lastError: UndefOr[Error]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. val onBrowserUpdateAvailable: Event[Function0[_]]

  29. val onConnect: Event[Function1[Port, _]]

  30. val onConnectExternal: Event[Function1[Port, _]]

  31. val onInstalled: Event[Function1[OnInstalledDetails, _]]

  32. val onMessage: Event[Function3[UndefOr[Any], MessageSender, Function1[Any, _], Boolean]]

  33. val onMessageExternal: Event[Function3[UndefOr[Any], MessageSender, Function1[Any, _], Boolean]]

  34. val onRestartRequired: Event[Function1[RestartReason, _]]

  35. val onStartup: Event[Function0[_]]

  36. val onSuspend: Event[Function0[_]]

  37. val onSuspendCanceled: Event[Function0[_]]

  38. val onUpdateAvailable: Event[Function1[OnUpdateAvailableDetails, _]]

  39. def openOptionsPage(callback: UndefOr[Function0[_]]): Unit

  40. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  41. def reload(): Unit

  42. def requestUpdateCheck(callback: Function2[Status, UndefOr[Details], _]): Unit

  43. def restart(): Unit

  44. def sendMessage(extensionId: UndefOr[AppID] = undefined, message: Any, options: UndefOr[SendMessageOptions] = undefined, responseCallback: UndefOr[Function1[Object, _]] = js.undefined): Unit

  45. def sendNativeMessage(application: String, message: Object, responseCallback: UndefOr[Function1[Object, _]]): Unit

  46. def setUninstallURL(url: String): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toLocaleString(): String

    Definition Classes
    Object
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def valueOf(): Any

    Definition Classes
    Object
  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped