package com.lovegaoshi.kotlinaudio.models data class FocusChangeData(val isPaused: Boolean, val isFocusLostPermanently: Boolean)