public static final class SDKSettings.Data.InternalSDKSettings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
otpResendAttempts |
private double |
otpResendInterval |
private int |
statusDisplayDuration |
Constructor and Description |
---|
InternalSDKSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getOtpResendAttempts()
Gets otp resend attempts.
|
double |
getOtpResendInterval()
Gets otp resend interval.
|
double |
getStatusDisplayDuration()
Gets status display duration.
|
@SerializedName(value="status_display_duration") @Expose private int statusDisplayDuration
@SerializedName(value="otp_resend_interval") @Expose private double otpResendInterval
@SerializedName(value="otp_resend_attempts") @Expose private int otpResendAttempts
public double getStatusDisplayDuration()
public double getOtpResendInterval()
public int getOtpResendAttempts()