public class Windows extends Object implements Serializable
| Constructor and Description |
|---|
Windows() |
| Modifier and Type | Method and Description |
|---|---|
BadgeType |
getBadge() |
DurationType |
getDuration() |
List<String> |
getImages() |
String |
getPage()
Returns the page, this is a Windows specific setting that contains the
page in you application to launch when the user 'touches' the notification
in the notification dock.
|
List<String> |
getTextFields() |
TileType |
getTileType() |
ToastType |
getToastType() |
Type |
getType() |
void |
setBadge(BadgeType badge) |
void |
setDuration(DurationType duration) |
void |
setImages(List<String> images) |
void |
setPage(String page) |
void |
setTextFields(List<String> textFields) |
void |
setTileType(TileType tileType) |
void |
setToastType(ToastType toastType) |
void |
setType(Type type) |
public Type getType()
public void setType(Type type)
public DurationType getDuration()
public void setDuration(DurationType duration)
public BadgeType getBadge()
public void setBadge(BadgeType badge)
public TileType getTileType()
public void setTileType(TileType tileType)
public ToastType getToastType()
public void setToastType(ToastType toastType)
public String getPage()
"page": "/MainPage.xaml"
public void setPage(String page)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.