LockAndWipeManager
public class LockAndWipeManager : LockAndWipeManaging
The default implementation of LockAndWipeManaging protocol. This class manages LockAndWipeEvents
-
The Singleton instance of the
LockAndWipeManagerclass.Declaration
Swift
public static let shared: LockAndWipeManager -
Undocumented
Declaration
Swift
public init() -
Calls the
LockAndWipeEventDispatcher with Lock Caseswhen a Lock Event is IdentifiedDeclaration
Swift
public func Lock() -
Calls the
LockAndWipeEventDispatcher with Wipe Caseswhen a Wipe Event is IdentifiedDeclaration
Swift
public func Wipe()
-
Registers the given LockAndWipeEventObserving
Declaration
Swift
public func register(_ LockandWipeEventObserver: LockAndWipeEventObserving)Parameters
LockandWipeEventObserverthe observer to be registered
-
Unregisters the given LockAndWipeEventObserving
Declaration
Swift
public func unregister(_ LockandWipeEventObserver: LockAndWipeEventObserving)Parameters
LockandWipeEventObserverthe observer to be removed