DOC

com.vonage.rtc : android-core

Maven & Gradle

Aug 24, 2023
5 stars

android-core · This package is part of the Vonage Client SDK and is meant only as a dependency for Voice, Chat, and Combined packages. For more information, documentation, and code samples, please visit the Vonage Developer Portal.

Table Of Contents

Latest Version

Download com.vonage.rtc : android-core Javadoc & API Documentation - Latest Versions:

All Versions

Download com.vonage.rtc : android-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x
0.3.x
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file android-core-1.2.0-alpha.8-javadoc.jar to android-core-1.2.0-alpha.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder android-core-1.2.0-alpha.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "android-core-1.2.0-alpha.8-sources.jar" -d "android-core-1.2.0-alpha.8-javadoc" -subpackages 

Advertisement