共用方式為


ApplicationInfo.CompileSdkVersionCodename 屬性

定義

開發代碼名稱 (例如.

[Android.Runtime.Register("compileSdkVersionCodename", ApiSince=31)]
public string? CompileSdkVersionCodename { get; set; }
[<Android.Runtime.Register("compileSdkVersionCodename", ApiSince=31)>]
member this.CompileSdkVersionCodename : string with get, set

屬性值

屬性

備註

應用程式宣告已編譯之架構的開發代碼名稱(例如 “S”、“REL”),如果未 null 指定,則為 。

這個屬性是的編譯時間對等專案 android.os.Build.VERSION#CODENAME Build.VERSION.CODENAME

android.content.pm.ApplicationInfo.compileSdkVersionCodenameJava 檔。

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

適用於