PendingIntent.send()中参数代码的含义是什么?

时间:2015-07-15 15:41:15

标签: android

我已阅读PendingIntent文档:

http://developer.android.com/reference/android/app/PendingIntent.html

函数send定义为:

  

public void send(Context context,int code,Intent intent,               OnFinished onFinished,Handler处理程序,String requiredPermission)

     

代码:“提供回PendingIntent目标的结果代码。”

令我困惑的是参数code。当我应该使用它时如何从PendingIntent发送目标(活动/服务/接收器)获取它?

0 个答案:

没有答案