Class UWPNotifications
Used to serve Windows OS level notification/toasts to the user. (using the referenced components) Intended to be invoked via UnityEvent m_onTimerCompletion.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UWPNotifications
Namespace: AdrianMiasik.UWP
Assembly: Assembly-CSharp.dll
Syntax
public class UWPNotifications : MonoBehaviour
Methods
| Improve this Doc View SourceInitialize(SystemSettings)
Declaration
public void Initialize(SystemSettings systemSettings)
Parameters
Type | Name | Description |
---|---|---|
SystemSettings | systemSettings |
ShowToast()
Serves a windows notification toast to the user.
Declaration
public void ShowToast()