-
Notifications
You must be signed in to change notification settings - Fork 3
isUserAuthenticated
Flow edited this page Jun 3, 2015
·
1 revision
This function takes no argument and returns a bool so you know if the user is authenticated.
if DisqusManager.sharedManager().isUserAuthenticated() {
// do something
}
else {
}