Closed DouglasValerio closed 1 year ago
invalidate()
Whenever needed, call:
ZendeskMessaging.invalidate()
This will invalidate the current instance of ZendeskMessaging, allowing you to call:
ZendeskMessaging
ZendeskMessaging.initialize( androidChannelKey: androidChannelKey, iosChannelKey: iosChannelKey, );
With a new set of androidChannelKey and iosChannelKey, this is useful if you have subbrands in your Zendesk usecases and so they each need their own channel keys.
androidChannelKey
iosChannelKey
What is the content type?
Why is this change necessary?
How does this address the issue?
invalidate()
method available on the Messaging SDK, exposing it to flutter usersHow to use it?
Whenever needed, call:
This will invalidate the current instance of
ZendeskMessaging
, allowing you to call:With a new set of
androidChannelKey
andiosChannelKey
, this is useful if you have subbrands in your Zendesk usecases and so they each need their own channel keys.