CommunicationsFrontendServices

@IviExperimental(reasons = [])
class CommunicationsFrontendServices(val bluetoothConnectivityService: BluetoothConnectivityServiceApi, val contactsService: ContactsServiceApi, val contactsSettingsService: ContactsSettingsServiceApi, val recentCallsService: RecentCallsServiceApi, val telecomService: TelecomServiceApi)

Contains references to the service apis based on the corresponding IVI service interface, for ease of access across the communications frontend domain.

Constructors

Link copied to clipboard
constructor(bluetoothConnectivityService: BluetoothConnectivityServiceApi, contactsService: ContactsServiceApi, contactsSettingsService: ContactsSettingsServiceApi, recentCallsService: RecentCallsServiceApi, telecomService: TelecomServiceApi)