Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PushNotificationNativeModule

Index

Properties

Optional completeNotification

completeNotification: function

Type declaration

    • (completionHandlerId: string): void
    • Parameters

      • completionHandlerId: string

      Returns void

getBadgeCount

getBadgeCount: function

Type declaration

getConstants

getConstants: function

Type declaration

    • (): object
    • Returns object

      • NativeEvent: object
        • Optional BACKGROUND_MESSAGE_RECEIVED?: string
        • FOREGROUND_MESSAGE_RECEIVED: string
        • LAUNCH_NOTIFICATION_OPENED: string
        • NOTIFICATION_OPENED: string
        • TOKEN_RECEIVED: string
      • Optional NativeHeadlessTaskKey?: string

getLaunchNotification

getLaunchNotification: function

Type declaration

getPermissionStatus

getPermissionStatus: function

Type declaration

requestPermissions

requestPermissions: function

Type declaration

    • Parameters

      • permissions: Record<string, boolean>

      Returns Promise<boolean>

setBadgeCount

setBadgeCount: function

Type declaration

    • (count: number): void
    • Parameters

      • count: number

      Returns void