public class MpnsNotificationBuilder extends Object
| Constructor and Description |
|---|
MpnsNotificationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public TileNotification.Builder tile()
public FlipTileNotification.Builder flipTile()
public IconicTileNotification.Builder iconicTile()
public CycleTileNotification.Builder cycleTile()
public ToastNotification.Builder toast()
public RawNotification.Builder raw()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.