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