Closed DouglasValerio closed 1 year ago
isLoggedIn()
Whenever needed, call:
ZendeskMessaging.isLoggedIn()
This method will return :
Future<bool>
This will resolve to false if the user is not logged in and to true if you already successfully called the login method previously.
false
true
What is the content type?
Why is this change necessary?
How does this address the issue?
isLoggedIn()
method, which allows checking the login status of your users.How to use it?
Whenever needed, call:
This method will return :
This will resolve to
false
if the user is not logged in and totrue
if you already successfully called the login method previously.