registrationComplete

public boolean registrationComplete()

Ends the registration moment and generates an info log message that indicates that the registration completed.

This method should be called once the registration information has been submitted. If any of the following values were defined when the registration moment was initially started, the SDK will register the device ID to all valid user information. - Email - Username - User Identifier

Return

True if the operation was successful; false otherwise.


public boolean registrationComplete(Boolean isPayer)

Ends the registration moment and generates an info log message that indicates that the registration completed.

This method should be called once the registration information has been submitted. If any of the following values were defined when the registration moment was initially started, the SDK will register the device ID to all valid user information. - Email - Username - User Identifier

Return

True if the operation was successful; false otherwise.

Parameters

isPayer

An optional value that indicates whether the user is a payer or not. If this value is null, then it will not modify the payer persona status of the user.


public boolean registrationComplete(Boolean isPayer, Map<String, Object> properties)

Ends the registration moment and generates an info log message that indicates that the registration completed.

This method should be called once the registration information has been submitted. If any of the following values were defined when the registration moment was initially started, the SDK will register the device ID to all valid user information. - Email - Username - User Identifier

Return

True if the operation was successful; false otherwise.

Parameters

isPayer

An optional value that indicates whether the user is a payer or not. If this value is null, then it will not modify the payer persona status of the user.

properties

Custom properties to pass in as part of registration completion.