{"version":3,"file":"setBadgeCount.native.mjs","sources":["../../../../../../src/pushNotifications/providers/pinpoint/apis/setBadgeCount.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 { setBadgeCount: setBadgeCountNative } = loadAmplifyPushNotification();\nexport const setBadgeCount = input => {\n    assertIsInitialized();\n    setBadgeCountNative(input);\n};\n"],"names":[],"mappings":";;;AAAA;AACA;AAGA,MAAM,EAAE,aAAa,EAAE,mBAAmB,EAAE,GAAG,2BAA2B,EAAE;AAChE,MAAC,aAAa,GAAG,KAAK,IAAI;AACtC,IAAI,mBAAmB,EAAE;AACzB,IAAI,mBAAmB,CAAC,KAAK,CAAC;AAC9B;;;;"}