Documentation
HID_Approve_SDK_Wallet
HIDApproveParameter
Structure
HIDApproveParameter
Represents a parameter consisting of an id/value pair.
Initializers
I init(key: String, value: String)
Instance Properties
V key: String
V value: String
Declaration
struct
HIDApproveParameter
Topics
Initializers
init
(
key
:
String
,
value
:
String
)
Instance initializer
Instance Properties
var
key
:
String
var
value
:
String