public static enum SrnRemoteBuiltInAction.OperationType extends Enum<SrnRemoteBuiltInAction.OperationType>
Enum Constant and Description |
---|
CALL
Place a call on the wearable.
|
SMS
Send an SMS message from the wearable.
|
Modifier and Type | Method and Description |
---|---|
static SrnRemoteBuiltInAction.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrnRemoteBuiltInAction.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SrnRemoteBuiltInAction.OperationType CALL
public static final SrnRemoteBuiltInAction.OperationType SMS
public static SrnRemoteBuiltInAction.OperationType[] values()
for (SrnRemoteBuiltInAction.OperationType c : SrnRemoteBuiltInAction.OperationType.values()) System.out.println(c);
public static SrnRemoteBuiltInAction.OperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © Samsung Electronics, Co., Ltd. All rights reserved.