C# Class UnityNative.Toasts.Example.UnityNativeToastsHelper

ファイルを表示 Open project: TapTap/TapSDK-Unity-Demo Class Usage Examples

Public Methods

Method Description
ShowLongToast ( string toastText ) : void

Shows a long toast with the specified text

ShowShortText ( string toastText ) : void

Shows a short toast with the specified text

Private Methods

Method Description
UnityNativeToastsHelper ( )

Method Details

ShowLongToast() public static method

Shows a long toast with the specified text
public static ShowLongToast ( string toastText ) : void
toastText string Text to display on the toast
return void

ShowShortText() public static method

Shows a short toast with the specified text
public static ShowShortText ( string toastText ) : void
toastText string Text to display on the toast
return void