Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ResilientSpring/6fbccdde623c396ab46d5f04536a467f to your computer and use it in GitHub Desktop.

Select an option

Save ResilientSpring/6fbccdde623c396ab46d5f04536a467f to your computer and use it in GitHub Desktop.
package com.nickrout.actionmode
import android.view.MenuItem
interface OnActionItemClickListener {
fun onActionItemClick(item: MenuItem)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment