CallIconExtensionRemote


@ExperimentalAppActions
public interface CallIconExtensionRemote


Interface used to allow the remote surface (automotive, watch, etc...) to know if the connected calling application supports the call icon extension.

Summary

Public methods

abstract boolean

Whether or not the call icon extension is supported by the calling application.

Public methods

isSupported

Added in 1.0.0-rc01
abstract boolean isSupported()

Whether or not the call icon extension is supported by the calling application.

If true, then updates about icon in the call will be notified. If false, then the remote doesn't support this extension and icons will not be notified to the caller nor will associated actions receive state updates.

Note: Must not be queried until after CallExtensionScope.onConnected is called.