setTag

open fun setTag(tag: Any)(source)

Set a 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.

Parameters

tag

Tag to associate with this ActionMode

See also