toStringMap

fun <Error class: unknown class>?.toStringMap(): Map<String, String>

Converts a Bundle to a Map for all string values. Non-string values are skipped.

Return

a unmodifiable Map of the input Bundle.