-
public final class ToastKtxKt
-
-
Method Summary
Modifier and Type Method Description final static Unittoast(Context $self, String msg)final static Unittoast(Context $self, Integer msg)final static UnittoastHint(Context $self, TextView textView)final static UnittoastSuccess(Context $self, String text)final static UnittoastWarn(Context $self, String text)final static UnittoastError(Context $self, String text)-
-
Method Detail
-
toastSuccess
final static Unit toastSuccess(Context $self, String text)
-
toastError
final static Unit toastError(Context $self, String text)
-
-
-
-