自定义扩展通知

时间:2018-06-12 08:22:58

标签: android

我有一个带有两个按钮的自定义设计接受和拒绝扩展通知视图,但问题是我需要对按钮执行不同的操作,只能在NotificationCompat.Builder对象中将一个待定意图设置为setContentIntent。我将如何编码接受和拒绝按钮......时间戳也没有出现在通知中

在我的代码下面

$.ajax({
    type: "GET",
    url: url+"?"+prodCodeList,
    contentType: "application/json",
    success: function (response) {
        alert(JSON.stringify(response));
        response.forEach(function(product)
        {
              alert(product.productID);
        });
    }
});

0 个答案:

没有答案