Show / Hide Table of Contents

Class Toast

Inheritance
Object
Toast
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.WSA
Assembly: UnityEngine.dll
Syntax
public sealed class Toast

Properties

| Improve this Doc View Source

activated

Declaration
public bool activated { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

arguments

Declaration
public string arguments { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

dismissed

Declaration
public bool dismissed { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

dismissedByUser

Declaration
public bool dismissedByUser { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Create(String)

Declaration
public static Toast Create(string xml)
Parameters
Type Name Description
String xml
Returns
Type Description
Toast
| Improve this Doc View Source

Create(String, String)

Declaration
public static Toast Create(string image, string text)
Parameters
Type Name Description
String image
String text
Returns
Type Description
Toast

GetTemplate(ToastTemplate)

Declaration
public static string GetTemplate(ToastTemplate templ)
Parameters
Type Name Description
ToastTemplate templ
Returns
Type Description
String
| Improve this Doc View Source

Hide()

Declaration
public void Hide()
| Improve this Doc View Source

Show()

Declaration
public void Show()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX