SystemAgentInterface

interface SystemAgentInterface

The public interface for SystemCapabilityAgent

Types

Link copied to clipboard
enum ExceptionCode : Enum<SystemAgentInterface.ExceptionCode>
Link copied to clipboard
interface Listener

This interface is used by the System Capability agent

Link copied to clipboard
enum RevokeReason : Enum<SystemAgentInterface.RevokeReason>

Functions

Link copied to clipboard
abstract fun addListener(listener: SystemAgentInterface.Listener)

Add a listener to be called when a state changed.

Link copied to clipboard
abstract fun onEcho()
Link copied to clipboard
abstract fun removeListener(listener: SystemAgentInterface.Listener)

Remove a listener

Inheritors

Link copied to clipboard