• Initialize and set up in-app messaging category. This API needs to be called to enable other InAppMessaging APIs.

    Returns void

    Remarks

    Make sure to call this early in your app at the root entry point after configuring Amplify.

    Example

    Amplify.configure(config);
    initializeInAppMessaging();