메소드 | 설명 | |
---|---|---|
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 ( ) |
public static ShowLongToast ( string toastText ) : void | ||
toastText | string | Text to display on the toast |
리턴 | void |
public static ShowShortText ( string toastText ) : void | ||
toastText | string | Text to display on the toast |
리턴 | void |