共用方式為


AttributionSource.MyAttributionSource 方法

定義

傳回泛型 AttributionSource ,表示整個呼叫進程。

[Android.Runtime.Register("myAttributionSource", "()Landroid/content/AttributionSource;", "", ApiSince=33)]
public static Android.Content.AttributionSource MyAttributionSource ();
[<Android.Runtime.Register("myAttributionSource", "()Landroid/content/AttributionSource;", "", ApiSince=33)>]
static member MyAttributionSource : unit -> Android.Content.AttributionSource

傳回

泛型 AttributionSource ,表示整個呼叫進程

屬性

備註

傳回泛型 AttributionSource ,表示整個呼叫進程。

呼叫者強烈建議<<>>您盡可能使用更具體的屬性來源,例如from Context#getAttributionSource(),因為這樣可讓開發人員在其應用程式的子元件內更詳細且有範圍地控制屬性。

android.content.AttributionSource.myAttributionSource()Java 檔。

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

適用於