public static class MaterialTapTargetPrompt.Builder extends PromptOptions<MaterialTapTargetPrompt.Builder>
MaterialTapTargetPrompt instance.| Constructor and Description |
|---|
Builder(android.app.DialogFragment dialogFragment)
Deprecated.
use support library fragments instead
|
Builder(DialogFragment dialogFragment)
Creates a builder for a tap target prompt that uses the default tap target prompt theme.
|
Builder(android.app.DialogFragment dialogFragment,
int themeResId)
Deprecated.
use support library fragments instead
|
Builder(DialogFragment dialogFragment,
int themeResId)
Creates a builder for a material tap target prompt that uses an explicit theme resource.
|
Builder(android.app.Fragment fragment)
Deprecated.
use support library fragments instead
|
Builder(Fragment fragment)
Creates a builder for a tap target prompt that uses the default tap target prompt theme.
|
Builder(android.app.Fragment fragment,
int themeResId)
Deprecated.
use support library fragments instead
|
Builder(Fragment fragment,
int themeResId)
Creates a builder for a material tap target prompt that uses an explicit theme resource.
|
create, getAnimationInterpolator, getAutoDismiss, getAutoFinish, getBackButtonDismissEnabled, getBackgroundColour, getCaptureTouchEventOnFocal, getCaptureTouchEventOutsidePrompt, getClipToView, getFocalColour, getFocalPadding, getFocalRadius, getIconDrawable, getIdleAnimationEnabled, getMaxTextWidth, getPrimaryText, getPrimaryTextColour, getPrimaryTextGravity, getPrimaryTextSize, getPrimaryTextTypeface, getPrimaryTextTypefaceStyle, getPromptBackground, getPromptFocal, getPromptText, getResourceFinder, getSecondaryText, getSecondaryTextColour, getSecondaryTextGravity, getSecondaryTextSize, getSecondaryTextTypeface, getSecondaryTextTypefaceStyle, getTargetPosition, getTargetRenderView, getTargetView, getTextPadding, getTextSeparation, isTargetSet, load, onExtraPromptStateChanged, onPromptStateChanged, setAnimationInterpolator, setAutoDismiss, setAutoFinish, setBackButtonDismissEnabled, setBackgroundColour, setCaptureTouchEventOnFocal, setCaptureTouchEventOutsidePrompt, setClipToView, setFocalColour, setFocalPadding, setFocalPadding, setFocalRadius, setFocalRadius, setIcon, setIconDrawable, setIconDrawableColourFilter, setIconDrawableTintList, setIconDrawableTintMode, setIdleAnimationEnabled, setMaxTextWidth, setMaxTextWidth, setPrimaryText, setPrimaryText, setPrimaryText, setPrimaryTextColour, setPrimaryTextGravity, setPrimaryTextSize, setPrimaryTextSize, setPrimaryTextTypeface, setPrimaryTextTypeface, setPromptBackground, setPromptFocal, setPromptStateChangeListener, setPromptText, setSecondaryText, setSecondaryText, setSecondaryText, setSecondaryTextColour, setSecondaryTextGravity, setSecondaryTextSize, setSecondaryTextSize, setSecondaryTextTypeface, setSecondaryTextTypeface, setSequenceListener, setTarget, setTarget, setTarget, setTargetRenderView, setTextGravity, setTextPadding, setTextPadding, setTextSeparation, setTextSeparation, show, showFor@Deprecated
public Builder(@NonNull
android.app.Fragment fragment)
fragment - the fragment to show the prompt within.@Deprecated
public Builder(@NonNull
android.app.Fragment fragment,
int themeResId)
The themeResId may be specified as 0 to use the parent context's
resolved value for R.attr.MaterialTapTargetPromptTheme.
fragment - the fragment to show the prompt within.themeResId - the resource ID of the theme against which to inflate this dialog, or
0 to use the parent context's default material tap
target prompt theme@Deprecated
public Builder(@NonNull
android.app.DialogFragment dialogFragment)
dialogFragment - the dialog fragment to show the prompt within.@Deprecated
public Builder(@NonNull
android.app.DialogFragment dialogFragment,
int themeResId)
The themeResId may be specified as 0 to use the parent context's
resolved value for R.attr.MaterialTapTargetPromptTheme.
dialogFragment - the dialog fragment to show the prompt within.themeResId - the resource ID of the theme against which to inflate this dialog,
or 0 to use the parent context's default material
tap target prompt themepublic Builder(@NonNull
Fragment fragment)
fragment - the fragment to show the prompt within.#Builder(Fragment, int)public Builder(@NonNull
Fragment fragment,
int themeResId)
The themeResId may be specified as 0 to use the parent context's
resolved value for R.attr.MaterialTapTargetPromptTheme.
fragment - the fragment to show the prompt within.themeResId - the resource ID of the theme against which to inflate this dialog, or
0 to use the parent context's default material tap
target prompt themepublic Builder(@NonNull
DialogFragment dialogFragment)
dialogFragment - the dialog fragment to show the prompt within.#Builder(DialogFragment, int)public Builder(@NonNull
DialogFragment dialogFragment,
int themeResId)
The themeResId may be specified as 0 to use the parent context's
resolved value for R.attr.MaterialTapTargetPromptTheme.
dialogFragment - the dialog fragment to show the prompt within.themeResId - the resource ID of the theme against which to inflate this dialog,
or 0 to use the parent context's default material
tap target prompt theme