public interface AccountCreatorListener
Modifier and Type | Method and Description |
---|---|
void |
onActivateAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onActivateAlias(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onCreateAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAccountActivated(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAccountExist(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAccountLinked(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAliasUsed(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onLinkAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onLoginLinphoneAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onRecoverAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onUpdateAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void onActivateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onActivateAlias(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onIsAccountLinked(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onLinkAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onIsAliasUsed(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onIsAccountActivated(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onLoginLinphoneAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onIsAccountExist(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onUpdateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onRecoverAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedvoid onCreateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
status
- The status of the LinphoneAccountCreator test existence operation
that has just finished