public interface

User

com.usebutton.sdk.user.User

Summary

Public Methods
abstract void setEmail(String email)
Sets an email for the user's auto fill Profile
abstract void setFirstName(String firstName)
Sets a first name for the user's auto fill Profile
abstract void setIdentifier(String identifier)
Sets the unique identifier for the user.
abstract void setLastName(String lastName)
Sets a last name for the user's auto fill Profile

Public Methods

public abstract void setEmail (String email)

Sets an email for the user's auto fill Profile

Parameters
email The user's email address.

public abstract void setFirstName (String firstName)

Sets a first name for the user's auto fill Profile

Parameters
firstName The user's first name.

public abstract void setIdentifier (String identifier)

Sets the unique identifier for the user.

public abstract void setLastName (String lastName)

Sets a last name for the user's auto fill Profile

Parameters
lastName The user's last name.