MUPinCodeDelegate

@objc
public protocol MUPinCodeDelegate : AnyObject

Delegate protocol for MIPinCode.

  • Will trigger each time an entry is added.

    Declaration

    Swift

    func didUpdate(with code: String)