ActivityPanelEntityTester


public final class ActivityPanelEntityTester


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

Summary

Public methods

boolean
equals(Object other)
final Intent

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

final Activity

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

int

Public methods

equals

public boolean equals(Object other)

getStartActivityIntent

Added in 1.0.0-alpha16
public final Intent getStartActivityIntent()

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

getTransferredActivity

Added in 1.0.0-alpha16
public final Activity getTransferredActivity()

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

hashCode

public int hashCode()