Volumedeck
constructor(activity: Activity, autoStart: Boolean = true, locationServicesStatusChange: (Boolean) -> Unit? = null, onLocationUpdate: (speed: Float, volume: Float) -> Unit? = null, onStart: () -> Unit? = null, onStop: () -> Unit? = null, activationKey: String? = null, runInBackground: Boolean = false, showStopButtonInNotification: Boolean = false, notificationTitle: String? = null, notificationSubtitle: String? = null, notificationStopButtonText: String? = null, notificationIcon: Int? = null)