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
attributesDictionary of attributes that the user supplied.
delegateDelegate that receives callbacks for the operation.
View on GitHub