C# Класс UnityNative.Toasts.Example.UnityNativeToastsHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ShowLongToast ( string toastText ) : void

Shows a long toast with the specified text

ShowShortText ( string toastText ) : void

Shows a short toast with the specified text

Приватные методы

Метод Описание
UnityNativeToastsHelper ( )

Описание методов

ShowLongToast() публичный статический Метод

Shows a long toast with the specified text
public static ShowLongToast ( string toastText ) : void
toastText string Text to display on the toast
Результат void

ShowShortText() публичный статический Метод

Shows a short toast with the specified text
public static ShowShortText ( string toastText ) : void
toastText string Text to display on the toast
Результат void