Package org.robovm.apple.intents
Interface INSetMessageAttributeIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INMessagesDomainHandling
- All Known Implementing Classes:
INMessagesDomainHandlingAdapter,INSetMessageAttributeIntentHandlingAdapter
public interface INSetMessageAttributeIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSetMessageAttribute(INSetMessageAttributeIntent intent, VoidBlock1<INSetMessageAttributeIntentResponse> completion)voidhandleSetMessageAttribute(INSetMessageAttributeIntent intent, VoidBlock1<INSetMessageAttributeIntentResponse> completion)voidresolveAttributeForSetMessageAttribute(INSetMessageAttributeIntent intent, VoidBlock1<INMessageAttributeResolutionResult> completion)
-
Method Details
-
handleSetMessageAttribute
void handleSetMessageAttribute(INSetMessageAttributeIntent intent, VoidBlock1<INSetMessageAttributeIntentResponse> completion) -
confirmSetMessageAttribute
void confirmSetMessageAttribute(INSetMessageAttributeIntent intent, VoidBlock1<INSetMessageAttributeIntentResponse> completion) -
resolveAttributeForSetMessageAttribute
void resolveAttributeForSetMessageAttribute(INSetMessageAttributeIntent intent, VoidBlock1<INMessageAttributeResolutionResult> completion)
-