IviPopOverContext

@IviExperimental(reasons = [])
open class IviPopOverContext(frontendContext: FrontendContext)

A context containing IVI related information and access to its services and configuration, which could be used in building a pop over content.

Parameters

frontendContext

The frontend context required to get access to IVI related information, services, and configuration.

Constructors

Link copied to clipboard
constructor(frontendContext: FrontendContext)