Package 

Class TipsToastImpl

  • 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
      Unit show(CharSequence message, ToastStyle style)
      Unit cancel()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait