Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
OnRPCRequestListener

Class OnRPCRequestListener

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.rpc.listeners.OnRPCListener

Package
com.smartdevicelink.proxy.rpc.listeners

Fields

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.rpc.listeners.OnRPCListener UPDATE_LISTENER_TYPE_ALL_RPCS, UPDATE_LISTENER_TYPE_BASE_RPC, UPDATE_LISTENER_TYPE_MULTIPLE_REQUESTS

Constructors

OnRPCRequestListener()

public OnRPCRequestListener()

Methods

onReceived( RPCMessage message )

public final void onReceived(RPCMessage message)

Method Parameters

message

onRequest( RPCRequest request )

public abstract void onRequest(RPCRequest request)

Method Parameters

request
- The incoming RPC Request

Inherited Methods

From Class Methods
com.smartdevicelink.proxy.rpc.listeners.OnRPCListener setListenerType, getListenerType, onReceived
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section