krtko
03/03/2017, 10:08 PMcompanion object {
@IntDef(NONE, LEFT_BUTTON, RIGHT_OR_MIDDLE_BUTTON)
@Retention(AnnotationRetention.SOURCE)
annotation class DismissIndex
const val NONE = 0L
const val LEFT_BUTTON = 1L
const val RIGHT_OR_MIDDLE_BUTTON = 2L
}