using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Photino.NET { /// /// Specifies the template to use in a toast notification. /// public enum PhotinoNotificationType { ToastImageAndText01, ToastImageAndText02, ToastImageAndText03, ToastImageAndText04, ToastText01, ToastText02, ToastText03, ToastText04, } }