C# Class UnityNative.Toasts.IosUnityNativeToastsAdapter

Inheritance: IUnityNativeToastsAdapter
显示文件 Open project: TapTap/TapSDK-Unity-Demo

Public Methods

Method Description
ShowLongToast ( string toastText ) : void
ShowShortToast ( string toastText ) : void

Private Methods

Method Description
UnityNative_Toasts_ShowLongToast ( string toastText ) : void
UnityNative_Toasts_ShowShortToast ( string toastText ) : void

Method Details

ShowLongToast() public method

public ShowLongToast ( string toastText ) : void
toastText string
return void

ShowShortToast() public method

public ShowShortToast ( string toastText ) : void
toastText string
return void