共用方式為


Notification.SortKey 屬性

定義

取得排序索引鍵,以排序此通知與其他來自相同套件的通知。

public virtual string? SortKey { [Android.Runtime.Register("getSortKey", "()Ljava/lang/String;", "GetGetSortKeyHandler")] get; }
[<get: Android.Runtime.Register("getSortKey", "()Ljava/lang/String;", "GetGetSortKeyHandler")>]
member this.SortKey : string

屬性值

屬性

備註

取得排序索引鍵,以排序此通知與其他來自相同套件的通知。 如果已套用外部排序,且應用程式想要保留此專案,這非常有用。 除了提供排序索引鍵之外,通知會使用此值以語匯方式排序,但除了提供排序索引鍵之外,提供不同的優先順序可能會導致忽略此值。

此排序索引鍵也可以用來排序通知群組的成員。 請參閱 Builder#setGroup

android.app.Notification.getSortKey()Java 檔。

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

適用於

另請參閱