setFloatingFixedView

@RequiresPermission(value = "android.permission.SYSTEM_ALERT_WINDOW")
fun setFloatingFixedView(floatingView: FloatingFixedView?): Boolean

Sets the fixed floating view (removes it when null).

고정 플로팅 뷰를 설정하며, null이면 제거합니다.

Return

true when WindowManager apply/remove operation succeeds and internal reference is updated accordingly.

WindowManager 적용/제거가 성공하고 내부 참조가 그 결과에 맞게 갱신되면 true를 반환합니다.

Parameters

floatingView

Fixed floating view to set, or null to remove.

설정할 고정 플로팅 뷰이며 null이면 제거합니다.