-
- All Implemented Interfaces:
-
android.os.Parcelable,net.gini.android.capture.onboarding.view.OnboardingIllustrationAdapter,net.gini.android.capture.view.InjectedViewAdapter
public final class ImageOnboardingIllustrationAdapter implements OnboardingIllustrationAdapter
Implements the OnboardingIllustrationAdapter to use a drawable resource for the illustration.
-
-
Constructor Summary
Constructors Constructor Description ImageOnboardingIllustrationAdapter(Integer drawableRes, Integer contentDescriptionRes)
-
Method Summary
-
-
Method Detail
-
onVisible
Unit onVisible()
Called when the illustration is visible. If you use animations, then you can start the animation here.
-
onHidden
Unit onHidden()
Called when the illustration is hidden. If you use animations, then you can stop the animation here.
-
onCreateView
View onCreateView(ViewGroup container)
Called when the custom view is required. It will be injected into the SDK's layout.
- Parameters:
container- the ViewGroup which will contain the returned view
-
-
-
-