object Management extends Object
- Annotations
- @native() @JSGlobal( "chrome.management" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Management
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 createAppShortcut(id: AppID, callback: UndefOr[Function0[_]] = js.undefined): Unit
-
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 generateAppForLink(url: String, title: String, callback: UndefOr[Function1[ExtensionInfo, _]] = js.undefined): Unit
- def get(id: AppID, callback: Function1[ExtensionInfo, _]): Unit
- def getAll(callback: Function1[Array[ExtensionInfo], _]): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPermissionWarningsById(id: AppID, callback: Function1[Array[String], _]): Unit
- def getPermissionWarningsByManifest(manifestStr: String, callback: Function1[Array[String], _]): Unit
- def getSelf(callback: Function1[ExtensionInfo, _]): Unit
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def launchApp(id: AppID, callback: UndefOr[Function0[_]] = js.undefined): Unit
-
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 onDisabled: Event[Function1[ExtensionInfo, _]]
- val onEnabled: Event[Function1[ExtensionInfo, _]]
- val onInstalled: Event[Function1[ExtensionInfo, _]]
- val onUninstalled: Event[Function1[String, _]]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def setEnabled(id: AppID, enabled: Boolean, callback: UndefOr[Function0[_]] = js.undefined): Unit
- def setLaunchType(id: AppID, launchType: LaunchType, callback: UndefOr[Function0[_]] = js.undefined): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def uninstall(id: AppID, options: UndefOr[Object] = js.undefined, callback: UndefOr[Function0[_]] = js.undefined): Unit
- def uninstallSelf(options: UndefOr[Object] = js.undefined, callback: UndefOr[Function0[_]] = js.undefined): Unit
-
def
valueOf(): Any
- Definition Classes
- Object
-
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()