public static interface

PreChatTextInputField.Validator

com.salesforce.android.chat.ui.model.PreChatTextInputField.Validator

Class Overview

Validator offers an extensible way for you to perform custom validation on values applied to PreChatTextInputField. The return value of your validator implementation will be factored when isSatisfied() is called and will impact the eligibility of the pre-chat form's submission by the user.

Summary

Public Methods
abstract boolean isValid(CharSequence value)

Public Methods

public abstract boolean isValid (CharSequence value)