Version: stable
FUNCTION | |
---|---|
show_install_prompt() | |
is_instant_app() | |
get_cookie_max_size() | |
get_cookie() | |
set_cookie() |
show_install_prompt()
PARAMETERS
is_instant_app()
PARAMETERS
RETURNS
boolean |
Returns true if this application is an instant app. |
get_cookie_max_size()
PARAMETERS
RETURNS
number |
The maximum size in bytes of the cookie data an instant app can store on the device. |
get_cookie()
PARAMETERS
RETURNS
string |
The byte array data of cookies saved in instant application. |
set_cookie(bytes)
PARAMETERS
bytes |
The byte array data will be saved in cookies for access in installable application. |