PackageInstaller.OpenSession(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開啟現有的工作階段以主動執行工作。
[Android.Runtime.Register("openSession", "(I)Landroid/content/pm/PackageInstaller$Session;", "GetOpenSession_IHandler")]
public virtual Android.Content.PM.PackageInstaller.Session OpenSession (int sessionId);
[<Android.Runtime.Register("openSession", "(I)Landroid/content/pm/PackageInstaller$Session;", "GetOpenSession_IHandler")>]
abstract member OpenSession : int -> Android.Content.PM.PackageInstaller.Session
override this.OpenSession : int -> Android.Content.PM.PackageInstaller.Session
參數
- sessionId
- Int32
傳回
- 屬性
例外狀況
如果參數不滿意,例如磁碟空間不足或無法使用媒體,則為 。
當呼叫端沒有會話,或會話無效時。
備註
的 android.content.pm.PackageInstaller.openSession(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。