ImageOnboardingIllustrationAdapter

Implements the OnboardingIllustrationAdapter to use a drawable resource for the illustration.

Parameters

drawableRes

the id of a drawable resource

Constructors

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard
public 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 Unit onDestroy()

Called when the layout is destroyed.

Link copied to clipboard
public Unit onHidden()

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

Link copied to clipboard
public 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)