public void SetInboxPushNotificationDelegate(IHelpshiftInboxPushNotificationDelegate externalDelegate)
        {
            HelpshiftAndroidInboxPushNotificationDelegate internalDelegate =
                new HelpshiftAndroidInboxPushNotificationDelegate(externalDelegate);

            hsInboxJavaInstance.Call("setInboxPushNotificationDelegate", internalDelegate);
        }
        public void SetInboxPushNotificationDelegate(IHelpshiftInboxPushNotificationDelegate externalDelegate)
        {
            synchronousWaitForHSApiCallQueue();

            HelpshiftAndroidInboxPushNotificationDelegate internalDelegate =
                new HelpshiftAndroidInboxPushNotificationDelegate(externalDelegate);

            hsInboxJavaInstance.Call("setInboxPushNotificationDelegate", internalDelegate);
        }