public interface ICloud
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
ICloud.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ownPublicKey() |
void |
pubPath(Value[] path) |
void |
pubValue(Value[] path,
Value value) |
ISubscription |
sub(Value[] path,
ISubscriber subscriber) |
void pubPath(Value[] path) throws android.os.RemoteException
android.os.RemoteExceptionvoid pubValue(Value[] path, Value value) throws android.os.RemoteException
android.os.RemoteExceptionISubscription sub(Value[] path, ISubscriber subscriber) throws android.os.RemoteException
android.os.RemoteExceptionbyte[] ownPublicKey()
throws android.os.RemoteException
android.os.RemoteException