-
public class DefaultPages.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultPages.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS><OnboardingPage>asArrayList(Boolean isMultiPageEnabled, Boolean isQRCodeScanningEnabled)Get the default onboarding pages based on the enabled features. -
-
Method Detail
-
asArrayList
final <ERROR CLASS><OnboardingPage> asArrayList(Boolean isMultiPageEnabled, Boolean isQRCodeScanningEnabled)
Get the default onboarding pages based on the enabled features.
- Parameters:
isMultiPageEnabled- pass intrueif the multi-page feature was enabledisQRCodeScanningEnabled- pass intrueif the QR code scanning feature was enabled
-
-
-
-