类的使用
com.easemob.im.api.model.EMSetPushBindingInfo
使用EMSetPushBindingInfo的程序包
-
com.easemob.im.api中EMSetPushBindingInfo的使用
参数类型为EMSetPushBindingInfo的com.easemob.im.api中的方法修饰符和类型方法说明PushApi.setPushBindingInfo(String username, EMSetPushBindingInfo emSetPushBindingInfo) 绑定和解绑推送信息 推送消息时,设备与推送信息会进行绑定,包括设备 ID、推送证书和 device token。okhttp3.CallPushApi.setPushBindingInfoAsync(String username, EMSetPushBindingInfo emSetPushBindingInfo, ApiCallback<EMSetPushBindingInfoResult> _callback) 绑定和解绑推送信息 (asynchronously) 推送消息时,设备与推送信息会进行绑定,包括设备 ID、推送证书和 device token。okhttp3.CallPushApi.setPushBindingInfoCall(String username, EMSetPushBindingInfo emSetPushBindingInfo, ApiCallback _callback) Build call for setPushBindingInfoPushApi.setPushBindingInfoWithHttpInfo(String username, EMSetPushBindingInfo emSetPushBindingInfo) 绑定和解绑推送信息 推送消息时,设备与推送信息会进行绑定,包括设备 ID、推送证书和 device token。 -
com.easemob.im.api.model中EMSetPushBindingInfo的使用
修饰符和类型方法说明EMSetPushBindingInfo.deviceToken(String deviceToken) static EMSetPushBindingInfoCreate an instance of EMSetPushBindingInfo given an JSON stringEMSetPushBindingInfo.notifierName(String notifierName)