getTag

open fun getTag(): Any(source)

Retrieve the tag object associated with this ActionMode.

Like the tag available to views, this allows applications to associate arbitrary data with an ActionMode for later reference.

Return

Tag associated with this ActionMode

See also