ActivityPanelEntityTester


class ActivityPanelEntityTester


A test-only accessor for ActivityPanelEntity that enables direct manipulation and inspection of its internal state.

Summary

Public functions

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

Public properties

Intent?

The Intent that was last used to start an activity in the panel via ActivityPanelEntity.startActivity.

Activity?

The Activity that was last transferred into the panel via ActivityPanelEntity.transferActivity.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

startActivityIntent

Added in 1.0.0-alpha16
val startActivityIntentIntent?

The Intent that was last used to start an activity in the panel via ActivityPanelEntity.startActivity.

transferredActivity

Added in 1.0.0-alpha16
val transferredActivityActivity?

The Activity that was last transferred into the panel via ActivityPanelEntity.transferActivity.