android-components / mozilla.components.browser.session / Session / Source

Source

enum class Source (source)

Represents the origin of a session to describe how and why it was created.

Enum Values

ACTION_SEND

Created to handle an ACTION_SEND (share) intent

ACTION_VIEW

Created to handle an ACTION_VIEW intent

CUSTOM_TAB

Created to handle a CustomTabs intent

HOME_SCREEN

User interacted with the home screen

MENU

User interacted with a menu

NEW_TAB

User opened a new tab

NONE

Default value and for testing purposes

TEXT_SELECTION

Default value and for testing purposes

USER_ENTERED

User entered a URL or search term