Skip to content

Instantly share code, notes, and snippets.

@yuriyskulskiy
Created June 15, 2020 02:48
Show Gist options
  • Save yuriyskulskiy/f28ca3186f40601ce4a27a30122c4eeb to your computer and use it in GitHub Desktop.
Save yuriyskulskiy/f28ca3186f40601ce4a27a30122c4eeb to your computer and use it in GitHub Desktop.
Interface with default function
interface Clickable {
fun getLongClickPeriod(): Int {
return 1000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment