public interface ContentProviderAware
FlutterPlugin
that wants to know when it is running within a ContentProvider
.Modifier and Type | Method and Description |
---|---|
void |
onAttachedToContentProvider(ContentProviderPluginBinding binding)
Callback triggered when a
ContentProviderAware FlutterPlugin is associated with
a ContentProvider . |
void |
onDetachedFromContentProvider()
Callback triggered when a
ContentProviderAware FlutterPlugin is detached from a
ContentProvider . |
void onAttachedToContentProvider(@NonNull ContentProviderPluginBinding binding)
ContentProviderAware
FlutterPlugin
is associated with
a ContentProvider
.void onDetachedFromContentProvider()
ContentProviderAware
FlutterPlugin
is detached from a
ContentProvider
.