Skip to content

Instantly share code, notes, and snippets.

@mattiaferigutti
Created November 6, 2020 11:03
Show Gist options
  • Select an option

  • Save mattiaferigutti/b13dba7b05bb430deee3a8daec92d1b8 to your computer and use it in GitHub Desktop.

Select an option

Save mattiaferigutti/b13dba7b05bb430deee3a8daec92d1b8 to your computer and use it in GitHub Desktop.
Backdrop Listener to communicate between fragment and activity
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