Constants
class Constants
Constants for Analytics Events.
Summary
Constants |
|
|---|---|
const String! |
ACTION_ANALYTICS = "androidx.car.app.mediaextensions.analytics.action.ANALYTICS"Custom action for analytic events. |
Constants
ACTION_ANALYTICS
Added in 1.7.0
const val ACTION_ANALYTICS = "androidx.car.app.mediaextensions.analytics.action.ANALYTICS": String!
Custom action for analytic events.
Type: String - String value that indicates analytics event custom action.
| See also | |
|---|---|
onCustomAction |
MediaBrowserServiceCompat#onCustomAction(String, Bundle, MediaBrowserServiceCompat.Result) |