NMAPinPolicyProvider

@objc
public protocol NMAPinPolicyProvider

The protocol defining the NMAPinPolicy.

  • Returns the object defining the minimum and maximum length of the PIN. If not implemented, it will return a PIN policy with a minimum and maximum length of 6 digits.

    Declaration

    Swift

    @objc
    optional func pinPolicy() -> NMAPinPolicy

    Return Value

    the NMAPinPolicy.