r

redpen-ai-capture-widget-android

Provide interactive issue reporting in your Android application. Application users can take record the screen and speak their issues, take screenshots, making it easier to submit issues. Issues are created in your Jira or Azure Boards. The created issues are actionable as it has all the context required to understand and fix them. E.g. screenshot, screen recording, device diagnostics (logs, OS version, device manufacturer and so on. Visit https://support.redpen.ai/hc/en-us/articles/5579906622093-How-to-integrate-Redpen-Android-SDK-into-your-application for the instructions on how to integrate Redpen Capture Widget into your Android application.
https://www.redpen.ai
Ajmera Infotech Inc.
Files download
File Operation
redpen-ai-capture-widget-android-1.0.5.pom download
Apache Maven
<dependency>
  <groupId>ai.redpen</groupId>
  <artifactId>redpen-ai-capture-widget-android</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ai.redpen:redpen-ai-capture-widget-android:1.0.5'
Gradle Kotlin
implementation("ai.redpen:redpen-ai-capture-widget-android:1.0.5")
Scala SBT
libraryDependencies += "ai.redpen" % "redpen-ai-capture-widget-android" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='ai.redpen', module='redpen-ai-capture-widget-android', version='1.0.5')
)
Apache Ivy
<dependency org="ai.redpen" name="redpen-ai-capture-widget-android" rev="1.0.5" />
Leiningen
[ai.redpen/redpen-ai-capture-widget-android "1.0.5"]
Apache Buildr
'ai.redpen:redpen-ai-capture-widget-android:jar:1.0.5'