public static interface

CommonToast.CommonToastListener

com.pdftron.pdf.utils.CommonToast.CommonToastListener

Summary

Public Methods
abstract boolean canShowToast(int stringRes, CharSequence text)
Whether to show a toast message, one of the string resource Id or text string will be valid

Public Methods

public abstract boolean canShowToast (int stringRes, CharSequence text)

Whether to show a toast message, one of the string resource Id or text string will be valid

Parameters
stringRes the string resource id
text the string
Returns
  • whether this toast message can show