다음을 통해 공유


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이 제공됩니다.

에 대한 android.telephony.TelephonyManager.CellInfoCallback.onCellInfo(java.util.List<android.telephony.CellInfo>)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상