SignUpAttributesRequiredState
@objcMembers
public class SignUpAttributesRequiredState : SignUpBaseState
An object of this type is created when a user is required to supply attributes to continue a sign up flow.
-
Submits the attributes to the server for verification.
Declaration
Swift
public func submitAttributes( attributes: [String: Any], delegate: SignUpAttributesRequiredDelegate )
Parameters
attributes
Dictionary of attributes that the user supplied.
delegate
Delegate that receives callbacks for the operation.