Success

data class Success<B>(data: B) : ShazamKitResult<Nothing, B>

Properties

data
Link copied to clipboard
val data: B
The data produced by the operation.