Initialize and set up in-app messaging category. This API needs to be called to enable other InAppMessaging APIs.
Make sure to call this early in your app at the root entry point after configuring Amplify.
Amplify.configure(config);initializeInAppMessaging(); Copy
Amplify.configure(config);initializeInAppMessaging();
Initialize and set up in-app messaging category. This API needs to be called to enable other InAppMessaging APIs.