AttributeInputCallback

@objc(FRAttributeInputCallback)
public class AttributeInputCallback : AbstractValidatedCallback

Base implementation of a Callback for collection of a single identity object attribute from a user.

Property

  • Name of given attribute

    Declaration

    Swift

    @objc
    public var name: String?
  • Boolean indicator whether given attribute is required or not

    Declaration

    Swift

    @objc
    public var required: Bool