-
public final class ToastExtKt
-
-
Method Summary
Modifier and Type Method Description final static UnitshowToast(Context $self, String content, Integer duration)final static UnitshowToast(Context $self, @StringRes() Integer id, Integer duration)final static UnitshowToast(Object $self, Context context, String content, Integer duration)final static UnitshowToast(Object $self, Context context, @StringRes() Integer id, Integer duration)final static UnitshowLongToast(Context $self, String content)final static UnitshowLongToast(Context $self, @StringRes() Integer id)final static UnitshowLongToast(Object $self, Context context, String content)final static UnitshowLongToast(Object $self, Context context, @StringRes() Integer id)-
-
Method Detail
-
showToast
final static Unit showToast(Object $self, Context context, String content, Integer duration)
-
showToast
final static Unit showToast(Object $self, Context context, @StringRes() Integer id, Integer duration)
-
showLongToast
final static Unit showLongToast(Context $self, String content)
-
showLongToast
final static Unit showLongToast(Context $self, @StringRes() Integer id)
-
showLongToast
final static Unit showLongToast(Object $self, Context context, String content)
-
showLongToast
final static Unit showLongToast(Object $self, Context context, @StringRes() Integer id)
-
-
-
-