Method | Description | |
---|---|---|
ShowSimpleToast ( string text ) : void | ||
ShowSimpleUniqueToast ( string text, string id ) : void | ||
ToastService ( ) : Windows.ApplicationModel |
Method | Description | |
---|---|---|
CreateSimpleToast ( string text ) : |
public ShowSimpleToast ( string text ) : void | ||
text | string | |
return | void |
public ShowSimpleUniqueToast ( string text, string id ) : void | ||
text | string | |
id | string | |
return | void |
public ToastService ( ) : Windows.ApplicationModel | ||
return | Windows.ApplicationModel |