- changePassword(ChangePasswordParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.PasswordManager
-
- ChangePasswordParam - Class in com.microstrategy.ushersdk
-
The
ChangePasswordParam abstract class wraps various properties related to the user
account changing password.
- ChangePasswordParam() - Constructor for class com.microstrategy.ushersdk.ChangePasswordParam
-
- ChangePasswordParam.Builder - Class in com.microstrategy.ushersdk
-
- changeServerUrl(String, CompleteCallback) - Method in class com.microstrategy.ushersdk.ServerManager
-
- checkExistence(String, SingleCallback<Boolean>) - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a boolean that represents whether or not a user account exists in the system.
- checkExistenceAndGetPhoneNumber(String, SingleCallback<String>) - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a String that represents a user's masked phone number in the system.
- city(String) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- city() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns a String of the user's city.
- city(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- city() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the user's city of residence.
- city() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a String of the user's city of residence.
- code(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- code() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a String of the message code.
- code(String) - Method in class com.microstrategy.ushersdk.OtpVerifyParam.Builder
-
- code() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the verification code.
- codeExpiredTs(long) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- codeExpiredTs() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a long of the time in seconds at which the code expires.
- codeExpiredTs() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the time in seconds at which the code expires.
- com.microstrategy.ushersdk - package com.microstrategy.ushersdk
-
- CompleteCallback - Interface in com.microstrategy.ushersdk
-
The
CompleteCallback interface represents an asynchronous callback without any value.
- ConnectedIotDeviceManager - Class in com.microstrategy.ushersdk
-
- ConnectedIotDeviceManager(Lifecycle) - Constructor for class com.microstrategy.ushersdk.ConnectedIotDeviceManager
-
- ConnectedIotDeviceManager(AppCompatActivity) - Constructor for class com.microstrategy.ushersdk.ConnectedIotDeviceManager
-
- ConnectedIotDeviceManager(Fragment) - Constructor for class com.microstrategy.ushersdk.ConnectedIotDeviceManager
-
- content(Map<String, String>) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- content() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns the content of the message.
- content(Map<String, String>) - Method in class com.microstrategy.ushersdk.SendInviteParam.Builder
-
- content() - Method in class com.microstrategy.ushersdk.SendInviteParam
-
Returns a Map of the content.
- country(String) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- country() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns a String of the user's country.
- country(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- country() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the user's country of residence.
- country() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a String of the user's country of residence.
- createdTs(long) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- createdTs() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a long of the time in seconds at which the message was created.
- createdTs() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the time in seconds at which the request was created.
- email(String) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- email() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns a String of the user's email address.
- email(String) - Method in class com.microstrategy.ushersdk.OwnerEntity.Builder
-
- email() - Method in class com.microstrategy.ushersdk.OwnerEntity
-
Returns a String of the email address of the driver.
- email(String) - Method in class com.microstrategy.ushersdk.ResetPasswordParam.Builder
-
- email(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- email() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the user's email address.
- email() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a String of the user's email address.
- emailVerified() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a boolean that represents whether or not the user's email address has been verified.
- enableBiometricsSignIn(ObservableCallback<FingerprintVerificationResult>) - Method in class com.microstrategy.ushersdk.AccountManager
-
- enabled() - Method in class com.microstrategy.ushersdk.AppCodeEntity
-
Returns a boolean that represents whether or not the app code is enabled by the user.
- enableTrustOnFirstUse(boolean) - Method in class com.microstrategy.ushersdk.UsherSdk.Configuration.Builder
-
When certificate pinning is enforced, the connection between the SDK and server will
work on the trust-on-first-use (TOFU) model.
- errorCode() - Method in class com.microstrategy.ushersdk.FingerprintVerificationResult
-
Returns a Integer error code if the verification fails.
- errorMessage() - Method in class com.microstrategy.ushersdk.FingerprintVerificationResult
-
Returns a String of error message if the verification fails.
- EXPIRED_REFRESH_TOKEN - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10010, Expired refresh token.
- expiredTs(long) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- expiredTs() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a long of the time in seconds at which the message was expired.
- export(SingleCallback<String>) - Method in class com.microstrategy.ushersdk.LogManager
-
Returns a String of the absolute filepath to the JSON file, which contains the HTTP request
history for the past 7 days.
- extra(JsonElement) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- extra() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns the JsonObject that contains the extra information.
- extra(JsonElement) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- extra() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns the JsonObject that contains the extra information.
- extra() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns the Map that contains the extra information.
- IDENTITY_NOT_VERIFIED - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10030, Identity not verified.
- init(UsherSdk.Configuration) - Static method in class com.microstrategy.ushersdk.UsherSdk
-
- init(Application, String, String) - Static method in class com.microstrategy.ushersdk.UsherSdk
-
Initializes the
UsherSdk object with an application, server URL, and application ID.
- INTERNAL_SERVER_ERROR - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10012, Internal server error.
- INVALID_ACCESS_TOKEN - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10011, Invalid access token.
- INVALID_CREDENTIAL - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10001, Invalid login credentials.
- INVALID_INPUT - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10002, Invalid input.
- INVALID_INPUT_PARAMETER - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10034, Invalid input parameter
- INVALID_SERVER_URL - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10033, Invalid server url
- IotDeviceEntity - Class in com.microstrategy.ushersdk
-
The
IotDeviceEntity abstract class wraps various properties related to an IoT device.
- IotDeviceEntity.Status - Enum in com.microstrategy.ushersdk
-
- IotDeviceEntity.UserRole - Enum in com.microstrategy.ushersdk
-
- iotId() - Method in class com.microstrategy.ushersdk.IotDeviceEntity
-
Returns a String of the identification number of the IoT device.
- iotId(String) - Method in class com.microstrategy.ushersdk.IotParam.Builder
-
- iotId() - Method in class com.microstrategy.ushersdk.IotParam
-
Returns a String of the identification number of the IoT device.
- iotId(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- iotId() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a String of the identification number of the IoT device.
- iotId(String) - Method in class com.microstrategy.ushersdk.MessageQueryParam.Builder
-
- iotId() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the identification number of the IoT device for the request.
- iotId(String) - Method in class com.microstrategy.ushersdk.SendInviteParam.Builder
-
- iotId() - Method in class com.microstrategy.ushersdk.SendInviteParam
-
Returns a String of the identification number of the IoT device.
- IotManager - Class in com.microstrategy.ushersdk
-
The
IotManager class collects all of the APIs related to IoT device management.
- IotManager(Lifecycle) - Constructor for class com.microstrategy.ushersdk.IotManager
-
Constructor for an
IotManager object with the lifecycle set.
- IotManager(AppCompatActivity) - Constructor for class com.microstrategy.ushersdk.IotManager
-
Constructor for an
IotManager object with the lifecycle set.
- IotManager(Fragment) - Constructor for class com.microstrategy.ushersdk.IotManager
-
Constructor for an
IotManager object with the lifecycle set.
- iotName(String) - Method in class com.microstrategy.ushersdk.IotParam.Builder
-
- iotName() - Method in class com.microstrategy.ushersdk.IotParam
-
Returns a String of the name of the IoT device.
- IotParam - Class in com.microstrategy.ushersdk
-
The
IotParam abstract class wraps various properties related to the parameter
surrounding addition of a new IoT device to a user account.
- IotParam.Builder - Class in com.microstrategy.ushersdk
-
- iotType(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- iotType() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a String of the type of IoT device.
- iotType(String) - Method in class com.microstrategy.ushersdk.MessageQueryParam.Builder
-
- iotType() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the type of IoT device.
- iotType(String) - Method in class com.microstrategy.ushersdk.SendInviteParam.Builder
-
- iotType() - Method in class com.microstrategy.ushersdk.SendInviteParam
-
Returns a String of the IoT device type.
- isAuthenticated() - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a boolean that represents whether or not the user account is currently signed in and
authenticated.
- isBiometricsSignInEnabled() - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a boolean that represents whether or not the user account has the option of signing
in via biometrics.
- isBiometricsSignInEnabledBefore() - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a boolean that represents whether or not the user account has enabled signing in via biometrics before.
- isDebugLogMode() - Method in class com.microstrategy.ushersdk.UsherSdk
-
Returns the log mode of the app.
- isExpired(boolean) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- isExpired() - Method in class com.microstrategy.ushersdk.MessageEntity
-
Returns a boolean to indicate whether the message is expired or not.
- isLoggedInWithTemporaryPassword(SingleCallback<Boolean>) - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a boolean that represents whether or not a user is logged in with a temporary
password.
- isStaySignedInEnabled() - Method in class com.microstrategy.ushersdk.AccountManager
-
Returns a boolean that represents whether or not the user account has the option of staying
signed in between different openings of the app.
- participant(MessageEntity.Participant) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- participant() - Method in class com.microstrategy.ushersdk.MessageEntity
-
- partner2Id() - Method in class com.microstrategy.ushersdk.IotDeviceEntity
-
Returns a String of the identification number of the secondary driver.
- partner2Id(String) - Method in class com.microstrategy.ushersdk.OwnerEntity.Builder
-
- partner2Id() - Method in class com.microstrategy.ushersdk.OwnerEntity
-
Returns a String of the identification number of the secondary driver.
- password(List<Character>) - Method in class com.microstrategy.ushersdk.ResetPasswordParam.Builder
-
- password(List<Character>) - Method in class com.microstrategy.ushersdk.SignInParam.Builder
-
- password(List<Character>) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- password() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a ImmutableList of the user's password.
- PASSWORD_EMPTY - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10017, Password empty.
- PASSWORD_INVALID_SYMBOL - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10024, Invalid symbol in password.
- PASSWORD_NO_ALPHA_BETIC - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10025, No alphabetic character in password.
- PASSWORD_NO_LOWERCASE - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10020, No lowercase character in password.
- PASSWORD_NO_NUMBER - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10022, No number in password.
- PASSWORD_NO_REQUIRED_SYMBOL - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10023, No symbol in password.
- PASSWORD_NO_UPPERCASE - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10021, No uppercase character in password.
- PASSWORD_POLICY_FAIL - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10031, Password policy not met.
- PASSWORD_TOO_LONG - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10019, Password too long.
- PASSWORD_TOO_SHORT - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10018, Password too short.
- PasswordManager - Class in com.microstrategy.ushersdk
-
The
PasswordManager class collects all of the APIs related to password management and
validation.
- PasswordManager(Lifecycle) - Constructor for class com.microstrategy.ushersdk.PasswordManager
-
- PasswordManager(AppCompatActivity) - Constructor for class com.microstrategy.ushersdk.PasswordManager
-
- PasswordManager(Fragment) - Constructor for class com.microstrategy.ushersdk.PasswordManager
-
- passwordPolicyEntity(PasswordPolicyEntity) - Method in class com.microstrategy.ushersdk.AccountPolicyEntity.Builder
-
- passwordPolicyEntity() - Method in class com.microstrategy.ushersdk.AccountPolicyEntity
-
Returns a
PasswordPolicyEntity object, which wraps various properties related to the
password requirements for a user account.
- PasswordPolicyEntity - Class in com.microstrategy.ushersdk
-
The
PasswordPolicyEntity abstract class wraps various properties related to the password
requirements for a user account.
- PasswordPolicyEntity.Builder - Class in com.microstrategy.ushersdk
-
- phone(String) - Method in class com.microstrategy.ushersdk.OwnerEntity.Builder
-
- phone() - Method in class com.microstrategy.ushersdk.OwnerEntity
-
Returns a String of the mobile phone number of the driver.
- primaryDriverEntity() - Method in class com.microstrategy.ushersdk.IotDeviceEntity
-
Returns a
OwnerEntity object, which wraps properties related to the driver of the
IoT device, for the primary driver.
- purpose(MessageEntity.Purpose) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- purpose() - Method in class com.microstrategy.ushersdk.MessageEntity
-
- purpose(MessageEntity.Purpose) - Method in class com.microstrategy.ushersdk.MessageQueryParam.Builder
-
- purpose() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String for the purpose of the request.
- reason(String) - Method in class com.microstrategy.ushersdk.ServerResponseData.Builder
-
- reason() - Method in class com.microstrategy.ushersdk.ServerResponseData
-
- receiver(String) - Method in class com.microstrategy.ushersdk.SendInviteParam.Builder
-
- receiver() - Method in class com.microstrategy.ushersdk.SendInviteParam
-
Returns a String of the recipient of the invitation.
- receiverId(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Participant.Builder
-
- receiverId() - Method in class com.microstrategy.ushersdk.MessageEntity.Participant
-
Returns a String of the receiverId.
- receiverType(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Participant.Builder
-
- receiverType() - Method in class com.microstrategy.ushersdk.MessageEntity.Participant
-
Returns a String of the receiverType.
- receiverType(String) - Method in class com.microstrategy.ushersdk.SendInviteParam.Builder
-
- receiverType() - Method in class com.microstrategy.ushersdk.SendInviteParam
-
Returns a String of the receiver type.
- recipient(String) - Method in class com.microstrategy.ushersdk.OtpRequestParam.Builder
-
- recipient(String) - Method in class com.microstrategy.ushersdk.OtpVerifyParam.Builder
-
- recipientId() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the identification number of the recipient.
- recipientType(RecipientType) - Method in class com.microstrategy.ushersdk.OtpRequestParam.Builder
-
- recipientType(RecipientType) - Method in class com.microstrategy.ushersdk.OtpVerifyParam.Builder
-
- RecipientType - Enum in com.microstrategy.ushersdk
-
Enumerations of the type of recipient for the one-time password (OTP).
- recipientType() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the type of recipient for the request (e.g.
- register(SignUpParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.AccountManager
-
- registerAndSignIn(SignUpAndSignInParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.AccountManager
-
- rejectInviteByCode(String, CompleteCallback) - Method in class com.microstrategy.ushersdk.ConnectedIotDeviceManager
-
Returns a
CompleteCallback after rejecting an invitation for an IoT device for a user
account.
- RequestAccessEntity - Class in com.microstrategy.ushersdk
-
The
RequestAccessEntity abstract class wraps various properties related to a user account
requesting access to an IoT device.
- requestEmail() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the the requester's email address.
- requesterName() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the the name of the requester.
- requestMobile() - Method in class com.microstrategy.ushersdk.RequestAccessEntity
-
Returns a String of the requester's mobile phone number.
- requestOtp(OtpRequestParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.OtpManager
-
- REQUIRE_PRIMARY_DRIVER - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10028, IoT device requires a primary driver.
- requireAlphabeticCharacter(boolean) - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity.Builder
-
- requireAlphabeticCharacter() - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity
-
Returns a boolean that represents whether or not the password requires at least one alphabetic
character.
- REQUIRED_VALID_OTP_SESSION_REQUIRED - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10029, A valid session ID was not provided when resetting the password.
- requireLowercaseCharacter(boolean) - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity.Builder
-
- requireLowercaseCharacter() - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity
-
Returns a boolean that represents whether or not the password requires at least one lowercase
character.
- requireNumbers(boolean) - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity.Builder
-
- requireNumbers() - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity
-
Returns a boolean that represents whether or not the password requires at least one number.
- requireSymbols(boolean) - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity.Builder
-
- requireSymbols() - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity
-
Returns a boolean that represents whether or not the password requires at least one symbol/
special character.
- requireUppercaseCharacter(boolean) - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity.Builder
-
- requireUppercaseCharacter() - Method in class com.microstrategy.ushersdk.PasswordPolicyEntity
-
Returns a boolean that represents whether or not the password requires at least one uppercase
character.
- resetPassword(ResetPasswordParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.PasswordManager
-
- ResetPasswordParam - Class in com.microstrategy.ushersdk
-
The
ResetPasswordParam abstract class wraps various properties related to the user
account password reset.
- ResetPasswordParam.Builder - Class in com.microstrategy.ushersdk
-
- revokeMessageById(String, CompleteCallback) - Method in class com.microstrategy.ushersdk.ConnectedIotDeviceManager
-
- role(String) - Method in class com.microstrategy.ushersdk.OwnerEntity.Builder
-
- role() - Method in class com.microstrategy.ushersdk.OwnerEntity
-
Returns a String of the user role of the driver.
- secondaryDriverEntityList() - Method in class com.microstrategy.ushersdk.IotDeviceEntity
-
Returns a
List of
OwnerEntity objects, which wraps properties related to
the driver of the IoT device, for the secondary drivers.
- senderEmail(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Participant.Builder
-
- senderEmail() - Method in class com.microstrategy.ushersdk.MessageEntity.Participant
-
Returns a String of the senderEmail.
- senderFirstName(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Participant.Builder
-
- senderFirstName() - Method in class com.microstrategy.ushersdk.MessageEntity.Participant
-
Returns a String of the senderFirstName.
- senderLastName(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Participant.Builder
-
- senderLastName() - Method in class com.microstrategy.ushersdk.MessageEntity.Participant
-
Returns a String of the senderLastName.
- senderPhone(String) - Method in class com.microstrategy.ushersdk.MessageEntity.Participant.Builder
-
- senderPhone() - Method in class com.microstrategy.ushersdk.MessageEntity.Participant
-
Returns a String of the senderPhone.
- sendInvite(SendInviteParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.ConnectedIotDeviceManager
-
Returns a
CompleteCallback after sending an invitation for access to an IoT device.
- SendInviteParam - Class in com.microstrategy.ushersdk
-
The
SendInviteParam abstract class wraps various properties related to the parameter
surrounding an invitation for a user account to access an IoT device.
- SendInviteParam.Builder - Class in com.microstrategy.ushersdk
-
- ServerManager - Class in com.microstrategy.ushersdk
-
The
ServerManager class collects all of the APIs related to server switch.
- ServerManager(Lifecycle) - Constructor for class com.microstrategy.ushersdk.ServerManager
-
- ServerManager(AppCompatActivity) - Constructor for class com.microstrategy.ushersdk.ServerManager
-
- ServerManager(Fragment) - Constructor for class com.microstrategy.ushersdk.ServerManager
-
- ServerResponseData - Class in com.microstrategy.ushersdk
-
- ServerResponseData() - Constructor for class com.microstrategy.ushersdk.ServerResponseData
-
- ServerResponseData.Builder - Class in com.microstrategy.ushersdk
-
- serverUrl(String) - Method in class com.microstrategy.ushersdk.UsherSdk.Configuration.Builder
-
- SESSION_INVALID - Static variable in exception com.microstrategy.ushersdk.UsherException
-
10032, Session invalid, need to log in
- sessionId(String) - Method in class com.microstrategy.ushersdk.ResetPasswordParam.Builder
-
- sessionId(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- sessionId() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the session id.
- setDebugLogMode(boolean) - Method in class com.microstrategy.ushersdk.UsherSdk
-
Set log mode for the app
- setLocale(Locale) - Method in class com.microstrategy.ushersdk.UsherSdk
-
Set Locale for the app
- showHttpRequestLog(Context) - Static method in class com.microstrategy.ushersdk.LogManager
-
Launches the activity to show all the HTTP request history.
- signIn(SignInParam, CompleteCallback) - Method in class com.microstrategy.ushersdk.AccountManager
-
- SignInParam - Class in com.microstrategy.ushersdk
-
The
SignInParam abstract class wraps various properties related to the user
signing in account.
- SignInParam() - Constructor for class com.microstrategy.ushersdk.SignInParam
-
- SignInParam.Builder - Class in com.microstrategy.ushersdk
-
- signInWithBiometrics(ObservableCallback<FingerprintVerificationResult>) - Method in class com.microstrategy.ushersdk.AccountManager
-
- signOut(CompleteCallback) - Method in class com.microstrategy.ushersdk.AccountManager
-
- SignUpAndSignInParam - Class in com.microstrategy.ushersdk
-
The
SignUpAndSignInParam abstract class wraps various properties related to the parameter
surrounding user account registration.
- SignUpAndSignInParam() - Constructor for class com.microstrategy.ushersdk.SignUpAndSignInParam
-
- SignUpAndSignInParam.Builder - Class in com.microstrategy.ushersdk
-
- signUpParam(SignUpParam) - Method in class com.microstrategy.ushersdk.SignUpAndSignInParam.Builder
-
- signUpParam() - Method in class com.microstrategy.ushersdk.SignUpAndSignInParam
-
- SignUpParam - Class in com.microstrategy.ushersdk
-
The
SignUpParam abstract class wraps various properties related to the parameter
surrounding user account registration.
- SignUpParam.Builder - Class in com.microstrategy.ushersdk
-
- SingleCallback<T> - Interface in com.microstrategy.ushersdk
-
The
SingleCallback abstract class represents an asynchronous callback returning a single
value.
- state(String) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- state() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns a String of the user's state of residence.
- state(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- state() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the user's state of residence.
- state() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a String of the user's state of residence.
- status() - Method in class com.microstrategy.ushersdk.FingerprintVerificationResult
-
- status() - Method in class com.microstrategy.ushersdk.IotDeviceEntity
-
- status(MessageEntity.Status) - Method in class com.microstrategy.ushersdk.MessageEntity.Builder
-
- status() - Method in class com.microstrategy.ushersdk.MessageEntity
-
- status(MessageEntity.Status) - Method in class com.microstrategy.ushersdk.MessageQueryParam.Builder
-
- status(String) - Method in class com.microstrategy.ushersdk.ServerResponseData.Builder
-
- status() - Method in class com.microstrategy.ushersdk.ServerResponseData
-
- staySignedIn(boolean) - Method in class com.microstrategy.ushersdk.SignInParam.Builder
-
- staySignedIn(boolean) - Method in class com.microstrategy.ushersdk.SignUpAndSignInParam.Builder
-
- staySignedIn() - Method in class com.microstrategy.ushersdk.SignUpAndSignInParam
-
Returns a boolean of whether to stay signed in.
- street1(String) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- street1() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns a String of the user's primary address.
- street1(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- street1() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the user's primary address.
- street1() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a String of the user's primary address.
- street2(String) - Method in class com.microstrategy.ushersdk.AccountParam.Builder
-
- street2() - Method in class com.microstrategy.ushersdk.AccountParam
-
Returns a String of the user's secondary address.
- street2(String) - Method in class com.microstrategy.ushersdk.SignUpParam.Builder
-
- street2() - Method in class com.microstrategy.ushersdk.SignUpParam
-
Returns a String of the user's secondary address.
- street2() - Method in class com.microstrategy.ushersdk.UserEntity
-
Returns a String of the user's secondary address.
- validatePassword(List<Character>, SingleCallback<Boolean>) - Method in class com.microstrategy.ushersdk.PasswordManager
-
Returns a boolean that represents whether or not the user password satisfies the password
policy.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.FingerprintVerificationResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.IotDeviceEntity.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.IotDeviceEntity.UserRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.MessageEntity.Purpose
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.MessageEntity.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.MessageEntity.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.OtpPurpose
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microstrategy.ushersdk.RecipientType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.microstrategy.ushersdk.FingerprintVerificationResult.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.IotDeviceEntity.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.IotDeviceEntity.UserRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.MessageEntity.Purpose
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.MessageEntity.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.MessageEntity.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.OtpPurpose
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microstrategy.ushersdk.RecipientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verificationPolicyMap(Map<String, Object>) - Method in class com.microstrategy.ushersdk.AccountPolicyEntity.Builder
-
- verificationPolicyMap() - Method in class com.microstrategy.ushersdk.AccountPolicyEntity
-
Returns a Map of the verification policies.
- verifyAppCode(String, CompleteCallback) - Method in class com.microstrategy.ushersdk.AccountManager
-
- verifyAppCode(String, boolean, CompleteCallback) - Method in class com.microstrategy.ushersdk.AccountManager
-
- verifyOtp(OtpVerifyParam, SingleCallback<String>) - Method in class com.microstrategy.ushersdk.OtpManager
-