共用方式為


Notification.Action.SemanticActionUnmute 欄位

定義

警告

This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.

SemanticAction:取消靜音與通知相關聯的內容。

[Android.Runtime.Register("SEMANTIC_ACTION_UNMUTE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.", true)]
public const Android.App.SemanticAction SemanticActionUnmute = 7;
[<Android.Runtime.Register("SEMANTIC_ACTION_UNMUTE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SemanticAction enum directly instead of this field.", true)>]
val mutable SemanticActionUnmute : Android.App.SemanticAction

欄位值

Value = 7

實作

屬性

備註

SemanticAction:取消靜音與通知相關聯的內容。 這可能意味著不沉默交談或目前播放媒體。

android.app.Notification.Action.SEMANTIC_ACTION_UNMUTEJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於