-
- All Implemented Interfaces:
-
com.liecoder.framework.toast.ITipsToastService
public class TipsToastImpl implements ITipsToastService
Author: lieco(liecoder@163.com) Date: 2024/8/19 Version: 1.0
-
-
Constructor Summary
Constructors Constructor Description TipsToastImpl(Context context, Drawable mSuccessIcon, Drawable mErrorIcon, Drawable mWarningIcon, Integer mGravity, Integer mXOffset, Integer mYOffset, Integer mDuration)
-
Method Summary
Modifier and Type Method Description Unitshow(CharSequence message, ToastStyle style)Unitcancel()-
-
Method Detail
-
show
Unit show(CharSequence message, ToastStyle style)
-
-
-
-