Skip to main content
Version: v3

exit

Start from API_LEVEL 3.0 . Please refer to API_LEVEL.

Called in The App Service, it will exit the service and will not affect the foreground page.

info

permission code: device:os.bg_service

Type

function exit(): void

Example

import { exit } from '@zos/app-service'

exit()