Flutter Engine
The Flutter Engine
shell
platform
android
io
flutter
embedding
engine
plugins
contentprovider
ContentProviderPluginBinding.java
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
package
io.flutter.embedding.engine.plugins.contentprovider;
6
7
import
android
.content.ContentProvider;
8
import
androidx.annotation.NonNull;
9
10
/**
11
* Binding that gives {@link ContentProviderAware} plugins access to an associated {@link
12
* ContentProvider}.
13
*/
14
public
interface
ContentProviderPluginBinding
{
15
16
/**
17
* Returns the {@link ContentProvider} that is currently attached to the {@link
18
* io.flutter.embedding.engine.FlutterEngine} that owns this {@code
19
* ContentProviderAwarePluginBinding}.
20
*/
21
@NonNull
22
ContentProvider
getContentProvider
();
23
}
io.flutter.embedding.engine.plugins.contentprovider.ContentProviderPluginBinding
Definition:
ContentProviderPluginBinding.java:14
io.flutter.embedding.engine.plugins.contentprovider.ContentProviderPluginBinding.getContentProvider
ContentProvider getContentProvider()
android
Definition:
BitmapRegionDecoder.cpp:14
Generated on Sun Jun 23 2024 21:55:09 for Flutter Engine by
1.9.4