다음을 통해 공유


UIDropInteractionDelegate.SessionDidEnter 메서드

정의

사용자가 드롭 상호 작용을 위해 드롭 세션을 보기로 끌 때 호출되는 메서드입니다.

[Foundation.Export("dropInteraction:sessionDidEnter:")]
public virtual void SessionDidEnter (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidEnter : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnter : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

매개 변수

interaction
UIDropInteraction

요청을 만드는 상호 작용입니다.

session
IUIDropSession

상호 작용에 대한 뷰에 입력한 세션입니다.

특성

적용 대상