public class NavigationRpcHandler extends Object implements RpcInvocationHandler
For internal use only. May be renamed or removed in a future release.
JsonConstants.RPC_TYPE_NAVIGATION
,
Serialized FormConstructor and Description |
---|
NavigationRpcHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getRpcType()
Gets unique RPC type which this handler is applicable for.
|
Optional<Runnable> |
handle(UI ui,
elemental.json.JsonObject invocationJson)
Handles RPC data
invocationJson using ui as a context. |
public String getRpcType()
RpcInvocationHandler
getRpcType
in interface RpcInvocationHandler
public Optional<Runnable> handle(UI ui, elemental.json.JsonObject invocationJson)
RpcInvocationHandler
invocationJson
using ui
as a context.handle
in interface RpcInvocationHandler
ui
- the UI to handle against, not null
invocationJson
- the RPC data to handle, not null
Copyright © 2025. All rights reserved.