Method | Description | |
---|---|---|
PopCustomToast ( string xml ) : |
Show notification by custom xml
|
|
PopCustomToast ( string xml, string tag, string group ) : |
Show notification by custom xml
|
|
PopToast ( string title, string content ) : |
Show notification in Action Center
|
|
PopToast ( string title, string content, string tag, string group ) : |
Show notification in Action Center
|
|
ToString ( ValueSet valueSet ) : string |
Method | Description | |
---|---|---|
PopCustomToast ( |
public static PopCustomToast ( string xml ) : |
||
xml | string | notification xml |
return |
public static PopCustomToast ( string xml, string tag, string group ) : |
||
xml | string | notification xml |
tag | string | tag |
group | string | group |
return |
public static PopToast ( string title, string content ) : |
||
title | string | Notification title |
content | string | Notification content |
return |
public static PopToast ( string title, string content, string tag, string group ) : |
||
title | string | Notification title |
content | string | Notification content |
tag | string | Tag |
group | string | Group |
return |
public static ToString ( ValueSet valueSet ) : string | ||
valueSet | ValueSet | |
return | string |