ViewChangeEvent


class ViewChangeEvent : AnalyticsEvent


Describes a view entry or exit event.

Summary

Inherited Constants

From androidx.car.app.mediaextensions.analytics.event.AnalyticsEvent
const Int

Indicates BrowseChangeEvent

const Int

Indicates ErrorEvent

const Int

Indicates MediaClickedEvent

const Int

Indicates an unknown event

const Int

Indicates ViewChangeEvent

const Int

Indicates VisibleItemsEvent

const Int

Indicates view was hidden

const Int

Indicates view action mode is default/none

const Int

Indicates view action mode is from a scroll

const Int

Indicates view was shown

const Int

Indicates event generated from Browse Action Overflow view component

const Int

Indicates event generated from Browse List view component

const Int

Indicates event generated from Browse Tabs view component

const Int

Indicates event generated from Error Message view component

const Int

Indicates event generated from Launcher view component

const Int

Indicates event generated from Media Host view component

const Int

Indicates event generated from Mini Playback view component

const Int

Indicates event generated from Playback view component

const Int

Indicates event generated from Queue List view component

const Int

Indicates event generated from Settings view component

const Int

Indicates event generated from an Unknown view component

Inherited functions

From androidx.car.app.mediaextensions.analytics.event.AnalyticsEvent
Int

Returns the analytics version.

String

Returns the platform component that is generating analytic events.

Int

Returns the EventType.

Long

Returns the time of the event in milliseconds since 1970-01-01T00:00:00Z.

Public functions

getViewAction

Added in 1.7.0-alpha02
fun getViewAction(): Int

getViewComponent

Added in 1.7.0-alpha02
fun getViewComponent(): Int

toString

fun toString(): String