DOC

com.vonage : client-sdk-number-verification

Maven & Gradle

Feb 14, 2024

Vonage Client SDK - Number Verification · Vonage Number Verification uses a mobile phone's Subscriber Identity Module (SIM) to prove a user's identity. This SDK enables making a HTTP request over cellular even when on WiFi. This SDK is designed to be used as part of a Number Verification flow.

Table Of Contents

Latest Version

Download com.vonage : client-sdk-number-verification Javadoc & API Documentation - Latest Versions:

All Versions

Download com.vonage : client-sdk-number-verification Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement