SplitInfo


class SplitInfo


Describes a split pair of two containers with activities.

Summary

Public functions

operator Boolean
contains(activity: Activity)

Whether the primaryActivityStack or the secondaryActivityStack in this SplitInfo contains the activity.

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

ActivityStack

The ActivityStack representing the primary split container.

ActivityStack

The ActivityStack representing the secondary split container.

SplitAttributes

The SplitAttributes of this split pair.

Public functions

contains

Added in 1.0.0
operator fun contains(activity: Activity): Boolean

Whether the primaryActivityStack or the secondaryActivityStack in this SplitInfo contains the activity.

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

primaryActivityStack

Added in 1.0.0
val primaryActivityStackActivityStack

The ActivityStack representing the primary split container.

secondaryActivityStack

Added in 1.0.0
val secondaryActivityStackActivityStack

The ActivityStack representing the secondary split container.

splitAttributes

Added in 1.1.0
val splitAttributesSplitAttributes

The SplitAttributes of this split pair.