AccountCreatorDelegate

public protocol AccountCreatorDelegate : AnyObject

Undocumented

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onCreateAccount(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onIsAccountExist(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onActivateAccount(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onIsAccountActivated(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onLinkAccount(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onActivateAlias(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onIsAliasUsed(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onIsAccountLinked(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onRecoverAccount(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onUpdateAccount(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string

  • Callback to notify a response of server.

    Default Implementation

    Declaration

    Swift

    func onLoginLinphoneAccount(creator: AccountCreator, status: AccountCreator.Status, response: String)

    Parameters

    creator

    LinphoneAccountCreator object

    status

    The status of the LinphoneAccountCreator test existence operation that has just finished

    response

    The response has a string