package

com.salesforce.android.sos.maskview

Contains maskable views which can be used to hide sensitive information from agents connected to a customer in a session.

Interfaces

SosMaskedField Interface that must be implemented for a View to be masked. 

Classes

AutoCompleteTextView An extension of the native Android android.widget.AutoCompleteTextView that can be masked. 
EditText An extension of the native Android android.widget.EditText that can be masked. 
MultiAutoCompleteTextView An extension of the native Android android.widget.MultiAutoCompleteTextView that can be masked. 
TextView An extension of the native Android android.widget.TextView that can be masked. 
View An extension of the native Android android.view.View that can be masked.