OnboardingIllustrationAdapter

Adapter for injecting a custom onboarding illustration.

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard
public abstract View onCreateView(ViewGroup container)

Called when the custom view is required. It will be injected into the SDK's layout.

Link copied to clipboard
public abstract Unit onDestroy()

Called when the layout is destroyed.

Link copied to clipboard
public abstract Unit onHidden()

Called when the illustration is hidden. If you use animations, then you can stop the animation here.

Link copied to clipboard
public abstract Unit onVisible()

Called when the illustration is visible. If you use animations, then you can start the animation here.

Link copied to clipboard
public abstract Unit writeToParcel(Parcel p0, Integer p1)

Inheritors

Link copied to clipboard