C# Class ElizaChatIntent.IntentHandler

Inheritance: INExtension, IINSendMessageIntentHandling, IINSearchForMessagesIntentHandling, IINSetMessageAttributeIntentHandling
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
GetHandler ( INIntent intent ) : NSObject
HandleSearchForMessages ( INSearchForMessagesIntent intent, Action completion ) : void
HandleSendMessage ( INSendMessageIntent intent, Action completion ) : void
HandleSetMessageAttribute ( INSetMessageAttributeIntent intent, Action completion ) : void

Méthodes protégées

Méthode Description
IntentHandler ( IntPtr handle ) : System

Private Methods

Méthode Description
ConfirmSendMessage ( INSendMessageIntent intent, Action completion ) : void
ResolveContent ( INSendMessageIntent intent, Action completion ) : void
ResolveRecipients ( INSendMessageIntent intent, Action completion ) : void

Method Details

GetHandler() public méthode

public GetHandler ( INIntent intent ) : NSObject
intent INIntent
Résultat NSObject

HandleSearchForMessages() public méthode

public HandleSearchForMessages ( INSearchForMessagesIntent intent, Action completion ) : void
intent INSearchForMessagesIntent
completion Action
Résultat void

HandleSendMessage() public méthode

public HandleSendMessage ( INSendMessageIntent intent, Action completion ) : void
intent INSendMessageIntent
completion Action
Résultat void

HandleSetMessageAttribute() public méthode

public HandleSetMessageAttribute ( INSetMessageAttributeIntent intent, Action completion ) : void
intent INSetMessageAttributeIntent
completion Action
Résultat void

IntentHandler() protected méthode

protected IntentHandler ( IntPtr handle ) : System
handle System.IntPtr
Résultat System