JumioConfirmationView

class JumioConfirmationView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, cornerRadius: Int = 0) : CheckView<ConfirmationInterface>

A custom view to display the confirmation image of a JumioConfirmationHandler

Parameters

context

Context: The Context the view is running in, through which it can access the current theme, resources, etc.

attrs

AttributeSet: The attributes of the XML tag that is inflating the view. This value may be null.

defStyleAttr

Int: An attribute in the current theme that contains a reference to a style resource that supplies default values for the view. Can be 0 to not look for defaults.

cornerRadius

Int: the corner radius in pixels to apply on the confirmation image.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, cornerRadius: Int = 0)