Created
November 6, 2020 11:03
-
-
Save mattiaferigutti/b13dba7b05bb430deee3a8daec92d1b8 to your computer and use it in GitHub Desktop.
Backdrop Listener to communicate between fragment and activity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mattiaferigutti.backdrop | |
| import android.view.View | |
| interface OnBottomSheetCallbacks { | |
| fun onStateChanged(bottomSheet: View, newState: Int) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment