chrome.management

Management

object Management extends ChromeAPI

Linear Supertypes
ChromeAPI, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Management
  2. ChromeAPI
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 createAppShortcut(id: AppID): Future[Unit]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def generateAppForLink(url: String, title: String): Future[ExtensionInfo]

  13. def get(id: AppID): Future[ExtensionInfo]

  14. def getAll: Future[Array[ExtensionInfo]]

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

    Definition Classes
    AnyRef → Any
  16. def getPermissionWarningsById(id: AppID): Future[Array[String]]

  17. def getPermissionWarningsByManifest(manifestStr: String): Future[Array[String]]

  18. def getSelf: Future[ExtensionInfo]

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def launchApp(id: AppID): Future[Unit]

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

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

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

    Definition Classes
    AnyRef
  25. val onDisabled: EventSource[ExtensionInfo]

  26. val onEnabled: EventSource[ExtensionInfo]

  27. val onInstalled: EventSource[ExtensionInfo]

  28. val onUninstalled: EventSource[String]

  29. val requiredPermissions: Set[API]

    Definition Classes
    ManagementChromeAPI
  30. def setEnabled(id: AppID, enabled: Boolean): Future[Boolean]

  31. def setLaunchType(id: AppID, launchType: LaunchType): Future[Unit]

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def uninstall(id: AppID, options: UndefOr[Object] = js.undefined): Future[Unit]

  35. def uninstallSelf(options: UndefOr[Object] = js.undefined, callback: UndefOr[Function0[_]] = js.undefined): Future[Unit]

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ChromeAPI

Inherited from AnyRef

Inherited from Any

Ungrouped