API Documentation, Android
  • 25 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

API Documentation, Android

  • Dark
    Light

Article summary

API-Level Documentation is available via standard Javadocs.

How to Download

Documentation is downloaded alongside the libraries using Gradle.

Download Authentication and Tickets library through gradle by adding the following code in build.gradle:

implementation 'com.ticketmaster.accounts:authentication:3.5.2'
implementation 'com.ticketmaster.tickets:tickets:3.5.2'

For more information see Getting Started

How to View

Once you have Tickets SDK and Authentication SDK in your Project, you will be able to see javadocs related with the classes by hovering over classes or functions.

Authentication

Screen Shot 2023-06-30 at 16.30.32.png

Tickets

Screen Shot 2023-06-30 at 17.15.30.png


Was this article helpful?