w

webview

This framework enables users to integrate Transcend's comprehensive consent manager, featuring TCF-UI, consent-manager, and GPP views, into their applications.This WebView seamlessly facilitates the integration of consent forms, privacy policies, and other user data management features, enabling developers to maintain compliance with data privacy regulations and deliver a user-friendly experience.
https://github.com/transcend-io/consent-manager-android-library
Custom
Transcend_Dev
文件下载
文件名 操作
webview-1.1.3.pom 下载
Apache Maven
<dependency>
  <groupId>io.transcend.webview</groupId>
  <artifactId>webview</artifactId>
  <version>1.1.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.transcend.webview:webview:1.1.3'
Gradle Kotlin
implementation("io.transcend.webview:webview:1.1.3")
Scala SBT
libraryDependencies += "io.transcend.webview" % "webview" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.transcend.webview', module='webview', version='1.1.3')
)
Apache Ivy
<dependency org="io.transcend.webview" name="webview" rev="1.1.3" />
Leiningen
[io.transcend.webview/webview "1.1.3"]
Apache Buildr
'io.transcend.webview:webview:jar:1.1.3'