Package com.incode.welcome_sdk.modules
Class GovernmentValidation.Builder
-
- All Implemented Interfaces:
public final class GovernmentValidation.Builder
-
-
Constructor Summary
Constructors Constructor Description GovernmentValidation.Builder()
-
Method Summary
Modifier and Type Method Description final GovernmentValidation.Builder
setSkipAnimation(Boolean skipAnimation)
Set whether the animation on the Government Validation module should play or not. final GovernmentValidation
build()
-
-
Method Detail
-
setSkipAnimation
final GovernmentValidation.Builder setSkipAnimation(Boolean skipAnimation)
Set whether the animation on the Government Validation module should play or not.
- Parameters:
skipAnimation
- true to skip the animation that plays in this module, false otherwise.- Returns:
-
build
final GovernmentValidation build()
-
-
-
-