getDataColumn

fun getDataColumn(context: Context, uri: Uri?, selection: String?, selectionArgs: Array<String>?): String?(source)

Loads SDAI data through getDataColumn.

Return

Result produced by getDataColumn.

Author

Dmitriy Moroz

Parameters

context

Android context used by the operation.

uri

uri value consumed by the API.

selection

selection value consumed by the API.

selectionArgs

selection args value consumed by the API.