ServiceConnection
android.content.ServiceConnection
Interface for monitoring the state of an application service. See android.app.Service and Context.bindService() for more information.
Like many callbacks from the system, the methods on this class are called from the main thread of your process.
android.content.ServiceConnection
Interface for monitoring the state of an application service. See android.app.Service and Context.bindService() for more information.
Like many callbacks from the system, the methods on this class are called from the main thread of your process.
本文介绍ServiceConnection接口的作用,它是用于监控应用程序服务状态的。通过Context.bindService()可以了解更多关于ServiceConnection的信息。此类中的方法通常由系统的主线程调用。
787

被折叠的 条评论
为什么被折叠?



