This repository was archived by the owner on Feb 9, 2023. It is now read-only.
[BZZRWRDD-252] Added 'Anchored' State for not using ContentDisplay, refactor callbacks #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HoverViewState 변경 로직 리팩토링
OnStateChangeListener 에서 아직은 쓰일 일이 없을 것 같기도 하고, 케이스의 구분이 애매해서 ~ing 콜백은 제거하고 ~ed 콜백만 남김
OnInteractionListener 추가. FloatingTab 과 유저의 인터렉션을 통해 발생하는 이벤트에 대한 콜백. 이번에 액티비티를 띄울 때에도 필요하고, 이후 드래그 중일때 메세지를 보여주는 로직에서도 쓰일 수 있음
HoverViewStateAnchored 추가. FloatingTab 이 지정된 위치로 고정되는 상태이다.