Package com.incode.welcome_sdk.modules
Class Phone
-
- All Implemented Interfaces:
public final class Phone extends BaseModule
Configures the
Phonemodule. Construct via Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPhone.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanotpVerificationEnabledprivate final IntegerdefaultRegionPrefixprivate final Modulesnameprivate final BooleanisNonUiMode
-
Method Summary
Modifier and Type Method Description final BooleangetOtpVerificationEnabled()Whether SMS-OTP verification follows phone-number entry. final IntegergetDefaultRegionPrefix()Up to a 4-digit country dial prefix to seed the picker. UnitverifyConfiguration(List<Modules> modules)-
-
Method Detail
-
getOtpVerificationEnabled
final Boolean getOtpVerificationEnabled()
Whether SMS-OTP verification follows phone-number entry. Ignored in SdkMode.CAPTURE_ONLY even when
true. See Builder.setOtpVerificationEnabled.
-
getDefaultRegionPrefix
final Integer getDefaultRegionPrefix()
Up to a 4-digit country dial prefix to seed the picker. When VALUE_NOT_SET, the SDK infers from the carrier or device region. See Builder.setDefaultRegionPrefix.
-
verifyConfiguration
Unit verifyConfiguration(List<Modules> modules)
-
-
-
-