Added in API level 30

CapabilityCallback

open class CapabilityCallback
kotlin.Any
   ↳ android.telephony.ims.ImsMmTelManager.CapabilityCallback

Receives IMS capability status updates from the ImsService.

Summary

Public constructors

Public methods
open Unit

The status of the feature's capabilities has changed to either available or unavailable.

Public constructors

CapabilityCallback

CapabilityCallback()

Public methods

onCapabilitiesStatusChanged

Added in API level 30
open fun onCapabilitiesStatusChanged(capabilities: MmTelFeature.MmTelCapabilities): Unit

The status of the feature's capabilities has changed to either available or unavailable. If unavailable, the feature is not able to support the unavailable capability at this time.

Parameters
capabilities MmTelFeature.MmTelCapabilities: The new availability of the capabilities. This value cannot be null.