SimpleCursorAdapter.CursorToStringConverter

interface SimpleCursorAdapter.CursorToStringConverter


This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String.

See also
convertToString

Summary

Public functions

CharSequence!

Returns a CharSequence representing the specified Cursor.

Public functions

convertToString

Added in 1.0.0
fun convertToString(cursor: Cursor!): CharSequence!

Returns a CharSequence representing the specified Cursor.

Parameters
cursor: Cursor!

the cursor for which a CharSequence representation is requested

Returns
CharSequence!

a non-null CharSequence representing the cursor