Url Validation
data class UrlValidation(errorMessage: String) : EnterpriseTextInputField.ValidationType
Content copied to clipboard
Validates on simple URL regex android.util.Patterns.WEB_URL.
Parameters
errorMessage
Type-specific error message String.
Constructors
UrlValidation
Link copied to clipboard
Type-specific error message String.
Properties
errorMessage
Link copied to clipboard
Type-specific error message String.