CallMainProcessPanelBase

@IviExperimental(reasons = [])
abstract class CallMainProcessPanelBase(val communicationsFrontendContext: CommunicationsFrontendContext, priority: MainProcessPanel.Priority = Priority.HIGH) : MainProcessPanel

The calls panel is the MainProcessPanel made to always have phone calls controls at hand, even when the communications frontend is not open.

Contains all the controls which need to always be visible when using the communications frontend.

This base class can be used to customize the phone calls experience in the TomTom Digital Cockpit stock UI by replacing its fragment.

Parameters

communicationsFrontendContext

Context in which the panel is to be opened. Entry point to communicate with the frontend and the rest of the system.

priority

The initial Priority level of the panel. See MainProcessPanel for more details.

Constructors

Link copied to clipboard
constructor(communicationsFrontendContext: CommunicationsFrontendContext, priority: MainProcessPanel.Priority = Priority.HIGH)

Inherited properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
open override val lifecycle: Lifecycle
Link copied to clipboard
Link copied to clipboard
val tag: String

Inherited functions

Link copied to clipboard
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getPanelContext(iviFragmentId: IviFragmentId): CommonPanelContext
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String