Package 

Class AbstractStartupProvider

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2

    
    public abstract class AbstractStartupProvider
    extends ContentProvider
                        

    Empty ContentProvider used for early loading / startup processing.

    • Method Summary

      Modifier and Type Method Description
      Boolean onCreate()
      final Cursor query(Uri uri, Array<out String> projection, String selection, Array<out String> selectionArgs, String sortOrder)
      final String getType(Uri uri)
      final Uri insert(Uri uri, ContentValues values)
      final Integer delete(Uri uri, String selection, Array<out String> selectionArgs)
      final Integer update(Uri uri, ContentValues values, String selection, Array<out String> selectionArgs)
      • Methods inherited from class com.bugsnag.android.performance.internal.startup.AbstractStartupProvider

        applyBatch, applyBatch, attachInfo, bulkInsert, call, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getWritePermission, insert, isTemporary, onCallingPackageChanged, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, requireContext, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait