UNPKG

notification-state-ffi

Version:

Determine whether sending a notification is appropriate

6 lines (4 loc) 167 B
export function queryUserNotificationState(option?: { translate?: boolean }): Promise<number | string>; export function isFullscreenAppRunning(): Promise<boolean>;