Uses of Class
org.robovm.apple.intents.INDoubleResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INDoubleResolutionResult in org.robovm.apple.intents
Subclasses of INDoubleResolutionResult in org.robovm.apple.intents Modifier and Type Class Description classINPlayMediaPlaybackSpeedResolutionResultMethods in org.robovm.apple.intents that return INDoubleResolutionResult Modifier and Type Method Description static INDoubleResolutionResultINDoubleResolutionResult. confirmationRequired(NSNumber valueToConfirm)static INDoubleResolutionResultINDoubleResolutionResult. needsValue()static INDoubleResolutionResultINDoubleResolutionResult. notRequired()static INDoubleResolutionResultINDoubleResolutionResult. success(double resolvedValue)static INDoubleResolutionResultINDoubleResolutionResult. unsupported()Methods in org.robovm.apple.intents with parameters of type INDoubleResolutionResult Modifier and Type Method Description protected longINPlayMediaPlaybackSpeedResolutionResult. init(INDoubleResolutionResult doubleResolutionResult)Constructors in org.robovm.apple.intents with parameters of type INDoubleResolutionResult Constructor Description INPlayMediaPlaybackSpeedResolutionResult(INDoubleResolutionResult doubleResolutionResult)