public abstract class SrnAction extends Object
It supports communication using android intents.
Modifier and Type | Class and Description |
---|---|
static class |
SrnAction.CallbackIntent
This class contains the information to execute user-defined behavior on the device
when the user clicks an action on the wearable.
|
Modifier and Type | Method and Description |
---|---|
void |
setCallbackIntent(SrnAction.CallbackIntent callbackIntent)
Sets the intent to be triggered when the user triggers your action.
|
public void setCallbackIntent(SrnAction.CallbackIntent callbackIntent)
The intent may have an extra information added to it depending on how it's
used. SrnRemoteInputAction
callbackIntent
- the Intent to setCopyright © Samsung Electronics, Co., Ltd. All rights reserved.