There should be a way to inform devs/users that the ZendeskMessaging.show() method failed to load up the messaging for a reason.
With the current implementation, an app with a loading state will stay in that state if the method fails because there is no way to inform the system about the next step to execute when the method fails.
There should be a way to inform devs/users that the
ZendeskMessaging.show()
method failed to load up the messaging for a reason. With the current implementation, an app with a loading state will stay in that state if the method fails because there is no way to inform the system about the next step to execute when the method fails.