web/static/javadoc/5.2.1/org/acra/attachment/AttachmentUriProvider.html
Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |
org.acra.attachment
public interfaceAttachmentUriProvider
Provides attachment uris to ACRA Since:09.03.2017
All Methods Instance Methods Abstract Methods | Modifier and Type | Method and Description |
| --- | --- |
| List<Uri> | getAttachments(Context context, CoreConfiguration configuration) |
-
[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[List](http://d.android.com/reference/java/util/List.html?is-external=true "class or interface in java.util")<[Uri](http://d.android.com/reference/android/net/Uri.html?is-external=true "class or interface in android.net")> getAttachments([@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[Context](http://d.android.com/reference/android/content/Context.html?is-external=true "class or interface in android.content")context,[@NonNull](http://d.android.com/reference/android/support/annotation/NonNull.html?is-external=true "class or interface in android.support.annotation")[CoreConfiguration](../../../org/acra/config/CoreConfiguration.html "class in org.acra.config")configuration)
Parameters:context - a contextconfiguration - ACRA configurationReturns:all file uris that should be attached to the report
Class
Summary:
Nested |
Field |
Constr |
Detail:
Field |
Constr |