SubscriptionManager.From(Context) メソッド

定義

このメンバーは非推奨とされます。

[Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/telephony/SubscriptionManager;", "", ApiSince=22)]
public static Android.Telephony.SubscriptionManager? From (Android.Content.Context? context);
[<Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/telephony/SubscriptionManager;", "", ApiSince=22)>]
static member From : Android.Content.Context -> Android.Telephony.SubscriptionManager

パラメーター

context
Context

戻り値

属性

注釈

このメンバーは非推奨とされます。 開発者は常に から Context#getSystemService(Class)直接参照を取得する必要があります。

の Java ドキュメント android.telephony.SubscriptionManager.from(android.content.Context)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象