ContentValuesKt

Added in 1.1.0

public final class ContentValuesKt


Summary

Public methods

static final @NonNull ContentValues

Returns a new ContentValues with the given key/value pairs as elements.

Public methods

contentValuesOf

public static final @NonNull ContentValues contentValuesOf(@NonNull Pair<@NonNull StringObject> 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 ContentValues.