Back to Acra

AttachmentUriProvider

web/static/javadoc/5.2.1/org/acra/attachment/AttachmentUriProvider.html

latest3.3 KB
Original Source

Skip navigation links

org.acra.attachment

Interface AttachmentUriProvider


public interfaceAttachmentUriProvider

Provides attachment uris to ACRA Since:09.03.2017

Method Summary

All Methods Instance Methods Abstract Methods | Modifier and Type | Method and Description | | --- | --- | | List<Uri> | getAttachments(Context context, CoreConfiguration configuration) |

Method Detail

- 

getAttachments

[@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

Skip navigation links