|
@@ -15,5 +15,14 @@
|
|
|
*/
|
|
|
package com.afollestad.materialdialogs.internal.list
|
|
|
|
|
|
-object CheckPayload
|
|
|
-object UncheckPayload
|
|
|
+/**
|
|
|
+ * Used by the single and multi-choice list adapters to selectively bind list items. This
|
|
|
+ * payload indicates that the notified list item should check its toggleable view.
|
|
|
+ */
|
|
|
+internal object CheckPayload
|
|
|
+
|
|
|
+/**
|
|
|
+ * Used by the single and multi-choice list adapters to selectively bind list items. This
|
|
|
+ * payload indicates that the notified list item should uncheck its toggleable view.
|
|
|
+ */
|
|
|
+internal object UncheckPayload
|