Package 

Interface IFxViewLifecycle

    • Method Summary

      Modifier and Type Method Description
      Unit initView(View view) 初始化浮窗时调用,每次设置新的浮窗时都会调用
      Unit initView(FxViewHolder holder) 初始化浮窗时调用,每次设置新的浮窗时都会调用
      Unit postAttach() 安装悬浮窗到新窗口前调用
      Unit attach() 安装悬浮窗到新窗口时
      Unit windowsVisibility(Integer visibility) 窗口可见性监听,即悬浮窗完全可见时
      Unit postDetached() 窗口移除前调用
      Unit detached() 从当前view移除悬浮窗时调用
      • Methods inherited from class java.lang.Object

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