{"version":3,"file":"getBadgeCount.native.mjs","sources":["../../../../../../src/pushNotifications/providers/pinpoint/apis/getBadgeCount.native.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { loadAmplifyPushNotification } from '@aws-amplify/react-native';\nimport { assertIsInitialized } from '../../../errors/errorHelpers';\nconst { getBadgeCount: getBadgeCountNative } = loadAmplifyPushNotification();\nexport const getBadgeCount = async () => {\n    assertIsInitialized();\n    return getBadgeCountNative();\n};\n"],"names":[],"mappings":";;;AAAA;AACA;AAGA,MAAM,EAAE,aAAa,EAAE,mBAAmB,EAAE,GAAG,2BAA2B,EAAE;AAChE,MAAC,aAAa,GAAG,YAAY;AACzC,IAAI,mBAAmB,EAAE;AACzB,IAAI,OAAO,mBAAmB,EAAE;AAChC;;;;"}