BooleanAttributeInputCallback
@objc(FRBooleanAttributeInputCallback)
public class BooleanAttributeInputCallback : AttributeInputCallback
BooleanAttributeInputCallback is a representation of OpenAM’s BooleanAttributeInputCallback to collect single boolean value with OpenAM validation and given policies.
-
Sets Boolean input value for BooleanAttributeInputCallback.
Declaration
Swift
@objc(setBoolValue:) public func setValue(_ val: Bool)Parameters
valBoolean input value for Callback
View on GitHub