| Package | Description |
|---|---|
| com.hellosign.sdk |
| Modifier and Type | Method and Description |
|---|---|
Team |
HelloSignClient.createTeam(String teamName)
Creates a new team for the current user with the given name.
|
Team |
HelloSignClient.getTeam()
Retrieves the Team for the current user account.
|
Team |
HelloSignClient.inviteTeamMember(String idOrEmail)
Adds the user to the current user's team.
|
Team |
HelloSignClient.removeTeamMember(String idOrEmail)
Removes the team member indicated by the user account ID or email
address.
|
Team |
HelloSignClient.updateTeamName(String teamName)
Updates the current user's team name.
|
Copyright © 2019 HelloSign. All rights reserved.