Package org.robovm.apple.intents
Class INSetRadioStationIntentHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INSetRadioStationIntentHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INSetRadioStationIntentHandling,ObjCProtocol
- Direct Known Subclasses:
INRadioDomainHandlingAdapter
public class INSetRadioStationIntentHandlingAdapter extends NSObject implements INSetRadioStationIntentHandling
-
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 INSetRadioStationIntentHandlingAdapter() -
Method Summary
Modifier and Type Method Description voidconfirmSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INSetRadioStationIntentResponse> completion)voidhandleSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INSetRadioStationIntentResponse> completion)voidresolveChannelForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INStringResolutionResult> completion)voidresolveFrequencyForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INDoubleResolutionResult> completion)voidresolvePresetNumberForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INIntegerResolutionResult> completion)voidresolveRadioTypeForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INRadioTypeResolutionResult> completion)voidresolveStationNameForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INStringResolutionResult> 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
-
INSetRadioStationIntentHandlingAdapter
public INSetRadioStationIntentHandlingAdapter()
-
-
Method Details
-
handleSetRadioStation
public void handleSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INSetRadioStationIntentResponse> completion)- Specified by:
handleSetRadioStationin interfaceINSetRadioStationIntentHandling
-
confirmSetRadioStation
public void confirmSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INSetRadioStationIntentResponse> completion)- Specified by:
confirmSetRadioStationin interfaceINSetRadioStationIntentHandling
-
resolveRadioTypeForSetRadioStation
public void resolveRadioTypeForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INRadioTypeResolutionResult> completion)- Specified by:
resolveRadioTypeForSetRadioStationin interfaceINSetRadioStationIntentHandling
-
resolveFrequencyForSetRadioStation
public void resolveFrequencyForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INDoubleResolutionResult> completion)- Specified by:
resolveFrequencyForSetRadioStationin interfaceINSetRadioStationIntentHandling
-
resolveStationNameForSetRadioStation
public void resolveStationNameForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveStationNameForSetRadioStationin interfaceINSetRadioStationIntentHandling
-
resolveChannelForSetRadioStation
public void resolveChannelForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveChannelForSetRadioStationin interfaceINSetRadioStationIntentHandling
-
resolvePresetNumberForSetRadioStation
public void resolvePresetNumberForSetRadioStation(INSetRadioStationIntent intent, VoidBlock1<INIntegerResolutionResult> completion)- Specified by:
resolvePresetNumberForSetRadioStationin interfaceINSetRadioStationIntentHandling
-