Class WnsNotificationCommands.Builder
java.lang.Object
com.sap.mobile.services.client.push.WnsNotificationCommands.Builder
- Enclosing interface:
- WnsNotificationCommands
Specifies that the notification is being used to indicate an incoming call or
an alarm, with appropriate
commands associated with each scenario.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
The intended use of the notification.command
(List<WnsNotificationCommandsCommand> command) Specifies a scenario-associated button shown.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scenario
-
command
Specifies a scenario-associated button shown. The scenario is specified in the parent commands element. -
build
The intended use of the notification.
-