Package 

Interface IFxContextProvider


  • 
    public interface IFxContextProvider
    
                        

    Fx-Context提供者,用于构建合适的浮窗View 提供 kotlin&&java 一致的调用体验

    • Method Summary

      Modifier and Type Method Description
      abstract View build(@Nullable() Context context) 用于获取合适的context,从而构建合适位置的view
      • Methods inherited from class java.lang.Object

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

      • build

        @NonNull() abstract View build(@Nullable() Context context)

        用于获取合适的context,从而构建合适位置的view

        Parameters:
        context - 注意该context在非全局浮窗时可能为null,建议在调用时注意做好check