Skip to content

Instantly share code, notes, and snippets.

@ricknout
Created August 31, 2018 17:43
Show Gist options
  • Save ricknout/b58590b8a81050ac9aa3547f8e2e4fde to your computer and use it in GitHub Desktop.
Save ricknout/b58590b8a81050ac9aa3547f8e2e4fde to your computer and use it in GitHub Desktop.
package com.nickrout.snaphelperlistener
interface OnSnapPositionChangeListener {
fun onSnapPositionChange(position: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment