C# 클래스 UnityNative.Toasts.Example.UnityNativeToastsHelper

파일 보기 프로젝트 열기: TapTap/TapSDK-Unity-Demo 1 사용 예제들

공개 메소드들

메소드 설명
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