bn.exitMiniProgram
▸ exitMiniProgram(options?): Promise<{}>
description Exit the miniprogram. There must be a click behavior to call successfully
Parameters
| Name | Type | Description |
|---|---|---|
options? | ExitMiniProgramOptions | Exit mini program options |
Returns
Promise<{}>
Interface: ExitMiniProgramOptions
| Name | Type | Description |
|---|---|---|
| force | boolean | description Is the mini program killed when exit, default is false**remark** supported jssdk >= 4.7.0 |