{"version":3,"file":"getLaunchNotification.native.mjs","sources":["../../../../../../src/pushNotifications/providers/pinpoint/apis/getLaunchNotification.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 { getLaunchNotification: getLaunchNotificationNative } = loadAmplifyPushNotification();\nexport const getLaunchNotification = async () => {\n    assertIsInitialized();\n    return getLaunchNotificationNative();\n};\n"],"names":[],"mappings":";;;AAAA;AACA;AAGA,MAAM,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,GAAG,2BAA2B,EAAE;AAChF,MAAC,qBAAqB,GAAG,YAAY;AACjD,IAAI,mBAAmB,EAAE;AACzB,IAAI,OAAO,2BAA2B,EAAE;AACxC;;;;"}