chrome
.
management
Management
Related Doc:
package management
object
Management
extends
ChromeAPI
Linear Supertypes
ChromeAPI
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Management
ChromeAPI
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createAppShortcut
(
id:
AppID
)
:
Future
[
Unit
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
generateAppForLink
(
url:
String
,
title:
String
)
:
Future
[
ExtensionInfo
]
def
get
(
id:
AppID
)
:
Future
[
ExtensionInfo
]
def
getAll
:
Future
[
Array
[
ExtensionInfo
]]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getPermissionWarningsById
(
id:
AppID
)
:
Future
[
Array
[
String
]]
def
getPermissionWarningsByManifest
(
manifestStr:
String
)
:
Future
[
Array
[
String
]]
def
getSelf
:
Future
[
ExtensionInfo
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
launchApp
(
id:
AppID
)
:
Future
[
Unit
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
onDisabled
:
EventSource
[
ExtensionInfo
]
val
onEnabled
:
EventSource
[
ExtensionInfo
]
val
onInstalled
:
EventSource
[
ExtensionInfo
]
val
onUninstalled
:
EventSource
[
String
]
val
requiredPermissions
:
Set
[
API
]
Definition Classes
Management
→
ChromeAPI
def
setEnabled
(
id:
AppID
,
enabled:
Boolean
)
:
Future
[
Boolean
]
def
setLaunchType
(
id:
AppID
,
launchType:
LaunchType
)
:
Future
[
Unit
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
uninstall
(
id:
AppID
,
options:
UndefOr
[
Object
] =
js.undefined
)
:
Future
[
Unit
]
def
uninstallSelf
(
options:
UndefOr
[
Object
] =
js.undefined
,
callback:
UndefOr
[
Function0
[_]] =
js.undefined
)
:
Future
[
Unit
]
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
(
...
)
Inherited from
ChromeAPI
Inherited from
AnyRef
Inherited from
Any
Ungrouped