다음을 통해 공유


iOSApp.InvokeDeviceAgentGesture(String, Object, Object) 메서드

정의

디바이스 에이전트 제스처를 호출합니다.

public void InvokeDeviceAgentGesture (string gesture, object options = null, object specifiers = null);
member this.InvokeDeviceAgentGesture : string * obj * obj -> unit
Public Sub InvokeDeviceAgentGesture (gesture As String, Optional options As Object = null, Optional specifiers As Object = null)

매개 변수

gesture
String

수행할 제스처입니다.

options
Object

제스처 옵션입니다.

specifiers
Object

제스처 지정자입니다.

적용 대상