Add documentation to DisplaySecondaryInformation.

This commit is contained in:
Alex Hart
2023-02-15 16:36:32 -04:00
committed by Greyson Parrelli
parent 2b0e9783a7
commit ad70baf557

View File

@@ -611,6 +611,10 @@ open class ContactSearchAdapter(
NEVER
}
/**
* Whether or not we should display a recipient's 'about' or e164, if either are
* available.
*/
enum class DisplaySecondaryInformation {
NEVER,
ALWAYS