Class WnsNotificationCommandsCommand.Builder
java.lang.Object
com.sap.mobile.services.client.push.WnsNotificationCommandsCommand.Builder
- Enclosing interface:
- WnsNotificationCommandsCommand
Specifies a scenario-associated button shown. The scenario is specified in
the parent commands element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn argument string that can be passed to the associated app to provide specifics about the action that it should execute in response to the user action.build()
Specifies one command from the system-defined command list.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Specifies one command from the system-defined command list. These values correspond to available actions that the user can take. -
arguments
An argument string that can be passed to the associated app to provide specifics about the action that it should execute in response to the user action. -
build
-