DeveloperToken

data class DeveloperToken(token: String)

Contains the developer token used to authenticate when ShazamCatalog is used to match signatures.

Constructors

DeveloperToken
Link copied to clipboard
fun DeveloperToken(token: String)

Properties

token
Link copied to clipboard
val token: String