Notification.ProgressStyle.Segment.SetId(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可選識別碼用於在更新間唯一識別元素。
[Android.Runtime.Register("setId", "(I)Landroid/app/Notification$ProgressStyle$Segment;", "", ApiSince=36)]
public Android.App.Notification.ProgressStyle.Segment SetId(int id);
[<Android.Runtime.Register("setId", "(I)Landroid/app/Notification$ProgressStyle$Segment;", "", ApiSince=36)>]
member this.SetId : int -> Android.App.Notification.ProgressStyle.Segment
參數
- id
- Int32
int
傳回
這個 Android.App.Notification.ProgressStyle.Segment 實例,允許呼叫串接。
- 屬性
備註
可選識別碼用於在更新間唯一識別元素。 預設值是 0。
Android 參考資料。android.app.Notification.ProgressStyle.Segment.setId
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。