ActivityStack
class ActivityStack
A container that holds a stack of activities, overlapping and bound to the same rectangle on the screen.
Summary
Public functions |
|
|---|---|
operator Boolean |
Whether this |
open operator Boolean |
|
open Int |
hashCode() |
open String |
toString() |
Public properties |
|
|---|---|
Boolean |
Whether there is no |
Public functions
Public properties
isEmpty
val isEmpty: Boolean
Whether there is no Activity running in this ActivityStack.
Note that activitiesInProcess only report Activity in the process used to create this ActivityStack. That said, if this ActivityStack only contains activities from other process(es), activitiesInProcess will return an empty list, but this method will return false.