C# 클래스 ElizaChatIntent.IntentHandler

상속: INExtension, IINSendMessageIntentHandling, IINSearchForMessagesIntentHandling, IINSetMessageAttributeIntentHandling
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
GetHandler ( INIntent intent ) : NSObject
HandleSearchForMessages ( INSearchForMessagesIntent intent, Action completion ) : void
HandleSendMessage ( INSendMessageIntent intent, Action completion ) : void
HandleSetMessageAttribute ( INSetMessageAttributeIntent intent, Action completion ) : void

보호된 메소드들

메소드 설명
IntentHandler ( IntPtr handle ) : System

비공개 메소드들

메소드 설명
ConfirmSendMessage ( INSendMessageIntent intent, Action completion ) : void
ResolveContent ( INSendMessageIntent intent, Action completion ) : void
ResolveRecipients ( INSendMessageIntent intent, Action completion ) : void

메소드 상세

GetHandler() 공개 메소드

public GetHandler ( INIntent intent ) : NSObject
intent INIntent
리턴 NSObject

HandleSearchForMessages() 공개 메소드

public HandleSearchForMessages ( INSearchForMessagesIntent intent, Action completion ) : void
intent INSearchForMessagesIntent
completion Action
리턴 void

HandleSendMessage() 공개 메소드

public HandleSendMessage ( INSendMessageIntent intent, Action completion ) : void
intent INSendMessageIntent
completion Action
리턴 void

HandleSetMessageAttribute() 공개 메소드

public HandleSetMessageAttribute ( INSetMessageAttributeIntent intent, Action completion ) : void
intent INSetMessageAttributeIntent
completion Action
리턴 void

IntentHandler() 보호된 메소드

protected IntentHandler ( IntPtr handle ) : System
handle System.IntPtr
리턴 System