DOC

com.kaltura : KalturaAndroidClient

Maven & Gradle

Mar 23, 2023
4 stars

Kaltura Android Client Library · KalturaAndroidClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interect with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php

Table Of Contents

Latest Version

Download com.kaltura : KalturaAndroidClient Javadoc & API Documentation - Latest Versions:

All Versions

Download com.kaltura : KalturaAndroidClient Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
19.4.x
19.3.x
18.20.x
18.17.x
18.16.x
18.15.x
18.14.x
18.11.x

How to open Javadoc JAR file in web browser

  1. Rename the file KalturaAndroidClient-19.4.0-javadoc.jar to KalturaAndroidClient-19.4.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder KalturaAndroidClient-19.4.0-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 "KalturaAndroidClient-19.4.0-sources.jar" -d "KalturaAndroidClient-19.4.0-javadoc" -subpackages 

Advertisement