SplitInfo
class SplitInfo
Describes a split pair of two containers with activities.
Summary
Public functions |
|
|---|---|
operator Boolean |
Whether the |
open operator Boolean |
|
open Int |
hashCode() |
open String |
toString() |
Public properties |
|
|---|---|
ActivityStack |
The |
ActivityStack |
The |
SplitAttributes |
The |
Public functions
contains
operator fun contains(activity: Activity): Boolean
Whether the primaryActivityStack or the secondaryActivityStack in this SplitInfo contains the activity.
Public properties
primaryActivityStack
val primaryActivityStack: ActivityStack
The ActivityStack representing the primary split container.
secondaryActivityStack
val secondaryActivityStack: ActivityStack
The ActivityStack representing the secondary split container.
splitAttributes
val splitAttributes: SplitAttributes
The SplitAttributes of this split pair.