Created
December 5, 2022 10:38
-
-
Save alokomkar/875c424a944d735fd9c7d9731cc5b999 to your computer and use it in GitHub Desktop.
HomeViewModel Bound Service Variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import androidx.lifecycle.ViewModel | |
class HomeViewModel: ViewModel() { | |
var isAudioServiceBound = false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment