Package com.naver.ads
Class NasInitProvider
-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks,android.content.ComponentCallbacks2
public final class NasInitProvider extends ContentProvider
Initializes Naver Ads Services at app startup time.
-
-
Constructor Summary
Constructors Constructor Description NasInitProvider()
-
Method Summary
Modifier and Type Method Description UnitattachInfo(Context context, ProviderInfo info)BooleanonCreate()Cursorquery(Uri uri, Array<out String> projection, String selection, Array<out String> selectionArgs, String sortOrder)StringgetType(Uri uri)Uriinsert(Uri uri, ContentValues values)Integerdelete(Uri uri, String selection, Array<out String> selectionArgs)Integerupdate(Uri uri, ContentValues values, String selection, Array<out String> selectionArgs)Unitshutdown()-
-
Method Detail
-
attachInfo
Unit attachInfo(Context context, ProviderInfo info)
-
query
Cursor query(Uri uri, Array<out String> projection, String selection, Array<out String> selectionArgs, String sortOrder)
-
insert
Uri insert(Uri uri, ContentValues values)
-
update
Integer update(Uri uri, ContentValues values, String selection, Array<out String> selectionArgs)
-
-
-
-