|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.notnoop.mpns.MpnsNotificationBuilder
public class MpnsNotificationBuilder
Represents a builder for constructing the notifications requests, as specified by Microsoft Push Notification Guide:
| Constructor Summary | |
|---|---|
MpnsNotificationBuilder()
|
|
| Method Summary | |
|---|---|
CycleTileNotification.Builder |
cycleTile()
Windows 8: Cycle Tile |
FlipTileNotification.Builder |
flipTile()
Windows 8: Flip Tile |
IconicTileNotification.Builder |
iconicTile()
Windows 8: Iconic Tile |
RawNotification.Builder |
raw()
Sets the notification type to a Raw notification |
TileNotification.Builder |
tile()
Sets the notification type to a Tile notification |
ToastNotification.Builder |
toast()
Sets the notification type to a Toast notification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MpnsNotificationBuilder()
| Method Detail |
|---|
public TileNotification.Builder tile()
public FlipTileNotification.Builder flipTile()
public IconicTileNotification.Builder iconicTile()
public CycleTileNotification.Builder cycleTile()
public ToastNotification.Builder toast()
public RawNotification.Builder raw()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||