ContactsContract.SimContacts.GetSimAccounts(ContentResolver) メソッド

定義

既知のすべての SIM アカウントを返します。

[Android.Runtime.Register("getSimAccounts", "(Landroid/content/ContentResolver;)Ljava/util/List;", "", ApiSince=31)]
public static System.Collections.Generic.IList<Android.Provider.ContactsContract.SimAccount> GetSimAccounts (Android.Content.ContentResolver contentResolver);
[<Android.Runtime.Register("getSimAccounts", "(Landroid/content/ContentResolver;)Ljava/util/List;", "", ApiSince=31)>]
static member GetSimAccounts : Android.Content.ContentResolver -> System.Collections.Generic.IList<Android.Provider.ContactsContract.SimAccount>

パラメーター

contentResolver
ContentResolver

クエリするコンテンツ リゾルバー。

戻り値

属性

注釈

既知のすべての SIM アカウントを返します。 空の場合がありますが、null になることはありません。

android.provider.ContactsContract.SimContacts.getSimAccounts(android.content.ContentResolver)Java ドキュメント。

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

適用対象