MVN

io.github.petrostick : InfoScope

Maven & Gradle

Aug 18, 2023
0 stars

InfoScope · InfoScope Library: Simplifying Privacy Policy Display with WebView The InfoScope Library is a versatile tool designed to enhance the seamless presentation of privacy policies through WebView integration. Privacy policies play a crucial role in maintaining transparency and trust between users and applications, and the InfoScope Library streamlines this process by offering a range of convenient features. At its core, the library provides the SimpleAutoWebView, a WebView component equipped with fundamental settings for optimal privacy policy display. This WebView component is tailored to effortlessly load and present privacy policy content to users, ensuring a smooth and user-friendly experience. To further enhance the functionality and customization options, the InfoScope Library includes two essential components: SimpleAutoWebViewClient and SimpleAutoWebChromeClient. These components enable developers to quickly establish and configure the basic WebView behavior and appearance. The SimpleAutoWebViewClient is designed to facilitate the interaction between the WebView and the application. It streamlines the process of handling various events, such as page loading, error handling, and navigation. With this component, developers can swiftly create a WebViewClient that aligns with their application's requirements, promoting a consistent and intuitive user journey. Complementing the WebView functionality, the SimpleAutoWebChromeClient focuses on managing the visual aspects of WebView content, including alert dialogs, JavaScript dialogs, and UI interactions. This component empowers developers to define the behavior and appearance of these elements, ensuring a polished and integrated presentation of the privacy policy content. In summary, the InfoScope Library offers a comprehensive toolkit for developers to seamlessly integrate privacy policy display using WebView. By providing the SimpleAutoWebView, SimpleAutoWebViewClient, and SimpleAutoWebChromeClient components, the library enables swift development and easy customization, fostering transparency and trust between users and applications. Embrace the power of the InfoScope Library to elevate your privacy policy presentation and enhance your user experience.

<dependency>
    <groupId>io.github.petrostick</groupId>
    <artifactId>InfoScope</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.petrostick : InfoScope to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.github.petrostick : InfoScope to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
InfoScope-1.1.0
1.0.x
InfoScope-1.0.0

How to add a dependency to Maven

Add the following io.github.petrostick : InfoScope maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.petrostick</groupId>
    <artifactId>InfoScope</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.petrostick : InfoScope gradle dependency to your build.gradle file:

implementation 'io.github.petrostick:InfoScope:1.1.0'

Gradle Kotlin DSL: Add the following io.github.petrostick : InfoScope gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.petrostick:InfoScope:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.petrostick : InfoScope sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.petrostick" % "InfoScope" % "1.1.0"