【问题标题】:Disable sound in push notification phonegap - android在推送通知phonegap中禁用声音 - android
【发布时间】:2014-08-25 11:29:31
【问题描述】:

尝试在我的 phonegap(2.2.0) 应用中禁用推送通知的声音

setSoundEnabled(Boolean enabled, callback)

注意:仅限 Android,iOS 声音设置在推送中,

提到here

推送通知带有声音,无法禁用声音。

【问题讨论】:

    标签: android cordova push-notification phonegap-plugins urbanairship.com


    【解决方案1】:

    通过设置 PushPreferences 找到方法

    PushPreferences prefs = PushManager.shared().getPreferences();
    prefs.setSoundEnabled (false);
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-02-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多