public final class

SupportSQLiteCompat.Api23Impl

extends java.lang.Object

 java.lang.Object

↳androidx.sqlite.db.SupportSQLiteCompat.Api23Impl

Overview

Helper for accessing functions that require SDK version 23 and higher.

Summary

Methods
public static voidsetExtras(Cursor cursor, Bundle extras)

Sets a that will be returned by .

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public static void setExtras(Cursor cursor, Bundle extras)

Sets a that will be returned by .

Parameters:

extras: to set, or null to set an empty bundle.