EMTokenPolicy
Objective-C
@protocol EMTokenPolicy
Swift
protocol EMTokenPolicy
This class represents token policy.
Since
4.7-
Gets token policy type.
Since
4.7
Declaration
Objective-C
- (EMTokenPolicyType)policyType;Swift
func policyType() -> EMTokenPolicyTypeReturn Value
token policy type.
EMTokenPolicy Protocol Reference