ContentValuesKt
Added in 1.1.0
public final class ContentValuesKt
Summary
Public methods |
|
|---|---|
static final @NonNull ContentValues |
Returns a new |
Public methods
contentValuesOf
Artifact: androidx.core:core-ktx
public static final @NonNull ContentValues contentValuesOf(@NonNull Pair<@NonNull String, Object>... pairs)
Returns a new ContentValues with the given key/value pairs as elements.
| Throws | |
|---|---|
kotlin.IllegalArgumentException |
When a value is not a supported type of |