WebUI X Documentation
Download from GitHub
Download from Google Play
GitHub
Preparing search index...
WebUI X Package
ApplicationInterface
Interface ApplicationInterface
interface
ApplicationInterface
{
exit
()
:
void
;
getApplication
(
packageName
:
string
)
:
WXApp
;
getCurrentApplication
()
:
WXApp
;
getCurrentRootManager
()
:
WXApp
;
openFile
(
i
:
null
|
IntentData
)
:
void
;
setRefreshing
(
state
:
boolean
)
:
void
;
startActivity
(
i
:
null
|
IntentData
)
:
void
;
}
Index
Methods
exit
get
Application
get
Current
Application
get
Current
Root
Manager
open
File
set
Refreshing
start
Activity
Methods
exit
exit
()
:
void
Returns
void
get
Application
getApplication
(
packageName
:
string
)
:
WXApp
Parameters
packageName
:
string
Returns
WXApp
get
Current
Application
getCurrentApplication
()
:
WXApp
Returns
WXApp
get
Current
Root
Manager
getCurrentRootManager
()
:
WXApp
Returns
WXApp
open
File
openFile
(
i
:
null
|
IntentData
)
:
void
Parameters
i
:
null
|
IntentData
Returns
void
set
Refreshing
setRefreshing
(
state
:
boolean
)
:
void
Parameters
state
:
boolean
Returns
void
start
Activity
startActivity
(
i
:
null
|
IntentData
)
:
void
Parameters
i
:
null
|
IntentData
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
exit
get
Application
get
Current
Application
get
Current
Root
Manager
open
File
set
Refreshing
start
Activity
Download from GitHub
Download from Google Play
GitHub
WebUI X Documentation
Loading...