Protocols
The following protocols are available globally.
-
Protocol to comunicate
See moreForagePANTextField
to the client applicationDeclaration
Swift
public protocol ForagePANTextFieldDelegate : AnyObject
-
Protocol to comunicate
See moreForagePINTextField
to the client applicationDeclaration
Swift
public protocol ForagePINTextFieldDelegate : AnyObject
-
The state of an input that Forage exposes during events or statically as input instance attributes.
See moreDeclaration
Swift
public protocol ObservableState
-
The higher visual characteristics that apply to every Forage input and are not specific to a single input.
See moreDeclaration
Swift
public protocol Appearance
-
The visual characteristics that require input-specific customization.
See moreDeclaration
Swift
public protocol Style
-
The interface that all of Forage’s input elements adhere to be it for PAN or PIN.
See moreDeclaration
Swift
public protocol ForageElement : UIView, Appearance, ObservableState, Style
-
Declaration
Swift
public protocol ForageElementDelegate : AnyObject