Package 

Interface IFxAppControl

  • All Implemented Interfaces:
    com.petterp.floatingx.listener.control.IFxControl

    
    public interface IFxAppControl
     implements IFxControl
                        

    App特有的控制方法

    • Method Summary

      Modifier and Type Method Description
      abstract Activity getBindActivity() 获得当前浮窗绑定的activity,不要手动保留此activity,以避免泄漏 ps: system浮窗时,将始终返回栈顶 activity
      abstract IFxConfigControl getConfigControl() 获取配置层控制器,以便运行时动态调整某些基础配置
      • Methods inherited from class com.petterp.floatingx.listener.control.IFxAppControl

        cancel, getManagerView, getView, getViewHolder, getX, getY, hide, isShow, move, move, moveByVector, moveByVector, setClickListener, setClickListener, setLongClickListener, show, updateConfig, updateView, updateView, updateView, updateViewContent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBindActivity

         abstract Activity getBindActivity()

        获得当前浮窗绑定的activity,不要手动保留此activity,以避免泄漏 ps: system浮窗时,将始终返回栈顶 activity