TempoAlreadyInProgressError

open class TempoAlreadyInProgressError : BDError

TempoAlreadyInProgressError is generated when already Tempo tracking is ongoing and a new startTempoTracking request is called

Constructors

Link copied to clipboard
open fun TempoAlreadyInProgressError()

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<TempoAlreadyInProgressError>

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun getErrorCode(): Int
Returns error code
Link copied to clipboard
open fun getReason(): String
Provides human readable error reason
Link copied to clipboard
open fun isFatal(): Boolean
Indicates if error is fatal and service is stopped
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)