IdentityManagerDelegate
public protocol IdentityManagerDelegate : AnyObject
This delegate informs you of changes within the IdentityManager.
-
Informs you when the state of
IdentityManager.currentUserchangesDeclaration
Swift
func userStateChanged(_ state: UserState)
View on GitHub
IdentityManagerDelegate Protocol Reference