getSuffixes

abstract fun getSuffixes(): DataObserver<List<String>>

This api will get a list of pre-defined suffixes to be used in a name.

These can be displayed in a drop down menu for demographics collection.

Return

The list of accepted suffixes

Throws