GetTemplate(ToastTemplate)
Get template XML for toast notification.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.WSA
- Assembly: UnityEngine.CoreModule
public static string GetTemplate(ToastTemplate templ)
Parameters
A template identifier.
Returns
Type | Description |
|---|---|
| string | string, which is an empty XML document to be filled and used for toast notification. |
Remarks
This can be used to retrieve a template for one of the predefined styles for toasts.