C# 클래스 UrbanAirship.Location.UALocationManager

파일 보기 프로젝트 열기: urbanairship/xamarin-component

공개 메소드들

메소드 설명
RequestSingleLocation ( Action callback ) : ICancelable
RequestSingleLocation ( Action callback, LocationRequestOptions requestOptions ) : ICancelable

비공개 메소드들

메소드 설명
GetRequestSingleLocation_Lcom_urbanairship_location_LocationCallback_Handler ( ) : Delegate
GetRequestSingleLocation_Lcom_urbanairship_location_LocationCallback_Lcom_urbanairship_location_LocationRequestOptions_Handler ( ) : Delegate
RequestSingleLocation ( global p0 ) : global::UrbanAirship.ICancelable
RequestSingleLocation ( global p0, global p1 ) : global::UrbanAirship.ICancelable
n_RequestSingleLocation_Lcom_urbanairship_location_LocationCallback_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0 ) : IntPtr
n_RequestSingleLocation_Lcom_urbanairship_location_LocationCallback_Lcom_urbanairship_location_LocationRequestOptions_ ( IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1 ) : IntPtr

메소드 상세

RequestSingleLocation() 공개 메소드

public RequestSingleLocation ( Action callback ) : ICancelable
callback Action
리턴 ICancelable

RequestSingleLocation() 공개 메소드

public RequestSingleLocation ( Action callback, LocationRequestOptions requestOptions ) : ICancelable
callback Action
requestOptions LocationRequestOptions
리턴 ICancelable