TelephonyManager.CellInfoCallback.OnCellInfo(IList<CellInfo>) メソッド

定義

への android.telephony.TelephonyManager#requestCellInfoUpdate requestCellInfoUpdate()成功応答。

[Android.Runtime.Register("onCellInfo", "(Ljava/util/List;)V", "GetOnCellInfo_Ljava_util_List_Handler", ApiSince=29)]
public abstract void OnCellInfo (System.Collections.Generic.IList<Android.Telephony.CellInfo> cellInfo);
[<Android.Runtime.Register("onCellInfo", "(Ljava/util/List;)V", "GetOnCellInfo_Ljava_util_List_Handler", ApiSince=29)>]
abstract member OnCellInfo : System.Collections.Generic.IList<Android.Telephony.CellInfo> -> unit

パラメーター

cellInfo
IList<CellInfo>

リストまたは空の CellInfo リスト。

        <code data-dev-comment-type="c">android.telephony.TelephonyManager#getAllCellInfo getAllCellInfo()</code>
属性

注釈

への android.telephony.TelephonyManager#requestCellInfoUpdate requestCellInfoUpdate()成功応答。

の一覧CellInfoを提供する へのandroid.telephony.TelephonyManager#requestCellInfoUpdate requestCellInfoUpdate()応答がある場合に呼び出されます。 使用 CellInfo できない場合は、空のリストが提供されます。 エラーが発生した場合、onError コールバックがオーバーライドされない限り、null が提供されます。

の Java ドキュメント android.telephony.TelephonyManager.CellInfoCallback.onCellInfo(java.util.List<android.telephony.CellInfo>)

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

適用対象