-
public interface IFxViewLifecyclefx-悬浮窗的生命周期扩展
-
-
Method Summary
-
-
Method Detail
-
initView
Unit initView(FxViewHolder holder)
初始化浮窗时调用,每次设置新的浮窗时都会调用
- Parameters:
holder- 浮窗内容Holder
-
initView
@Deprecated(message = use initView(holder: FxViewHolder) instead, replaceWith = @ReplaceWith(imports = {}, expression = initView(holder))) Unit initView(View view)
-
windowsVisibility
Unit windowsVisibility(Integer visibility)
窗口可见性监听,即悬浮窗完全可见时
-
-
-
-