Companion
object Companion
Functions
Link copied to clipboard
fun buildFragmentArguments(showSkipButton: Boolean? = null, handleOrientation: Boolean? = null): Bundle
Formats an arguments object for this fragment to use with Fragment.setArguments.
Link copied to clipboard
fun buildWorkflowSettings(showSkipButton: Boolean? = null, handleOrientation: Boolean? = null): String
Formats an encoded workflow settings JSON string for this fragment to use with MiSnapSettings.Workflow.add.
Link copied to clipboard
Gets the default values used as workflow params on this fragment.
Properties
Link copied to clipboard
Boolean attribute for toggling the orientation handling on this fragment. When turned on the fragment will do its best to adjust the parent activity to the configured orientation while it's being used and revert it back to the original orientation once its gone.
Link copied to clipboard
Boolean attribute for toggling the visibility of the skip button. When the skip button is visible it can be used to skip the NFC reading step.