containsRecord

abstract fun containsRecord(record: R, includeSaved: Boolean): Boolean(source)

Whether the back stack contains the given record.

Parameters

includeSaved

Whether to also check if the record is contained by any saved back stack state. See saveState.