HelpDialogsStrings

data class HelpDialogsStrings(@StringRes val onboardingTitle: Int, @StringRes val onboardingMessage: Int, @StringRes val helpTitles: List<Int>, @StringRes val helpMessages: List<Int>) : Parcelable

SDK-specific onboarding and help dialog strings.

The number of helpTitles and helpMessages entries must match the number of help dialog pages for the SDK flow using these strings.

Constructors

Link copied to clipboard
constructor(@StringRes onboardingTitle: Int, @StringRes onboardingMessage: Int, @StringRes helpTitles: List<Int>, @StringRes helpMessages: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)