Show / Hide Table of Contents

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 Source

Initialize(SystemSettings)

Declaration
public void Initialize(SystemSettings systemSettings)
Parameters
Type Name Description
SystemSettings systemSettings
| Improve this Doc View Source

ShowToast()

Serves a windows notification toast to the user. UnityEvent used by m_onTimerCompletion.

Declaration
public void ShowToast()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX