public interface LinphoneAccountCreator
Modifier and Type | Interface and Description |
---|---|
static interface |
LinphoneAccountCreator.LinphoneAccountCreatorListener |
static class |
LinphoneAccountCreator.Status |
void setListener(LinphoneAccountCreator.LinphoneAccountCreatorListener listener)
LinphoneAccountCreator.Status setUsername(String username)
String getUsername()
LinphoneAccountCreator.Status setPhoneNumber(String phoneNumber, String countryCode)
String getPhoneNumber()
LinphoneAccountCreator.Status setPassword(String password)
String getPassword()
LinphoneAccountCreator.Status setHa1(String ha1)
String getHa1()
LinphoneAccountCreator.Status setActivationCode(String activationCode)
LinphoneAccountCreator.Status setLanguage(String lang)
LinphoneAccountCreator.Status setTransport(LinphoneAddress.TransportType transport)
LinphoneAddress.TransportType getTransport()
LinphoneAccountCreator.Status setDomain(String domain)
String getDomain()
LinphoneAccountCreator.Status setRoute(String route)
String getRoute()
LinphoneAccountCreator.Status setDisplayName(String displayName)
String getDisplayName()
LinphoneAccountCreator.Status setEmail(String email)
String getEmail()
LinphoneAccountCreator.Status isAccountUsed()
LinphoneAccountCreator.Status createAccount()
LinphoneAccountCreator.Status activateAccount()
LinphoneAccountCreator.Status isAccountActivated()
LinphoneAccountCreator.Status linkPhoneNumberWithAccount()
LinphoneAccountCreator.Status activatePhoneNumberLink()
LinphoneAccountCreator.Status isAccountLinked()
LinphoneAccountCreator.Status isPhoneNumberUsed()
LinphoneAccountCreator.Status recoverPhoneAccount()
LinphoneProxyConfig configure()