标签: java android service interface
我有一个具有接口(onBluetoothServiceUpdate)的服务,我需要做的是将此接口与活动一起使用。但我似乎无法弄清楚如何启动“回调”来使用它,我知道你使用mCallBack = (onBluetoothServiceUpdate) activity的片段,但你会为服务做什么? 这是在onStartCommand(Intent intent, int flags, int started) btw(:
mCallBack = (onBluetoothServiceUpdate) activity
onStartCommand(Intent intent, int flags, int started)