共用方式為


Activity.MaxNumPictureInPictureActions 屬性

定義

當使用者與目前處於圖片中模式的活動互動時,傳回在圖片中UI中顯示的動作數目。

public virtual int MaxNumPictureInPictureActions { [Android.Runtime.Register("getMaxNumPictureInPictureActions", "()I", "GetGetMaxNumPictureInPictureActionsHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getMaxNumPictureInPictureActions", "()I", "GetGetMaxNumPictureInPictureActionsHandler", ApiSince=26)>]
member this.MaxNumPictureInPictureActions : int

屬性值

屬性

備註

當使用者與目前處於圖片中模式的活動互動時,傳回在圖片中UI中顯示的動作數目。 如果全域設定變更,這個數位可能會變更(亦即,如果裝置插入外部顯示器),但一律會是三個。

android.app.Activity.getMaxNumPictureInPictureActions()Java 檔。

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

適用於