文档管理中心

Receiver

收起
自动换行
深色代码主题
复制
  1. public interface Receiver

点对点通信的监测接口。

Method Summary

展开

Modifier and Type

Method and Description

void

onReceiveMessage(Message message) 点对点通信的监测回调函数。

Method Detail

onReceiveMessage

void onReceiveMessage(Message message)

点对点通信的监测回调函数。

Parameters:

展开

Parameter Name

Parameter Description

message

设备侧发过来的Message对象

Since:

API level 2 (SDK 5.0.1.300)

在 API参考 中进行搜索
请输入您想要搜索的关键词