Package org.robovm.apple.intents
Class INUpdateMediaAffinityIntentHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INUpdateMediaAffinityIntentHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INUpdateMediaAffinityIntentHandling,ObjCProtocol
public class INUpdateMediaAffinityIntentHandlingAdapter extends NSObject implements INUpdateMediaAffinityIntentHandling
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description INUpdateMediaAffinityIntentHandlingAdapter() -
Method Summary
Modifier and Type Method Description voidconfirmUpdate(INUpdateMediaAffinityIntent intent, VoidBlock1<INUpdateMediaAffinityIntentResponse> completion)voidhandleUpdate(INUpdateMediaAffinityIntent intent, VoidBlock1<INUpdateMediaAffinityIntentResponse> completion)voidresolveAffinityType(INUpdateMediaAffinityIntent intent, VoidBlock1<INMediaAffinityTypeResolutionResult> completion)voidresolveMediaItems(INUpdateMediaAffinityIntent intent, VoidBlock1<NSArray<INUpdateMediaAffinityMediaItemResolutionResult>> completion)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
INUpdateMediaAffinityIntentHandlingAdapter
public INUpdateMediaAffinityIntentHandlingAdapter()
-
-
Method Details
-
handleUpdate
public void handleUpdate(INUpdateMediaAffinityIntent intent, VoidBlock1<INUpdateMediaAffinityIntentResponse> completion)- Specified by:
handleUpdatein interfaceINUpdateMediaAffinityIntentHandling
-
confirmUpdate
public void confirmUpdate(INUpdateMediaAffinityIntent intent, VoidBlock1<INUpdateMediaAffinityIntentResponse> completion)- Specified by:
confirmUpdatein interfaceINUpdateMediaAffinityIntentHandling
-
resolveMediaItems
public void resolveMediaItems(INUpdateMediaAffinityIntent intent, VoidBlock1<NSArray<INUpdateMediaAffinityMediaItemResolutionResult>> completion)- Specified by:
resolveMediaItemsin interfaceINUpdateMediaAffinityIntentHandling
-
resolveAffinityType
public void resolveAffinityType(INUpdateMediaAffinityIntent intent, VoidBlock1<INMediaAffinityTypeResolutionResult> completion)- Specified by:
resolveAffinityTypein interfaceINUpdateMediaAffinityIntentHandling
-