Uses of Class
org.robovm.apple.intents.INPhotoAttributeOptions
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INPhotoAttributeOptions in org.robovm.apple.intents
Fields in org.robovm.apple.intents declared as INPhotoAttributeOptions Modifier and Type Field Description static INPhotoAttributeOptionsINPhotoAttributeOptions. BouncePhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. BurstPhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. ChromeFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. FadeFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. FavoriteDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. FlashDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. FrontFacingCameraDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. GIFDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. HDRPhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. InstantFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. LandscapeOrientationDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. LivePhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. LongExposurePhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. LoopPhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. MonoFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. NoirFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. NoneDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. PanoramaPhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. PhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. PortraitOrientationDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. PortraitPhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. ProcessFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. ScreenshotDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. SelfieDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. SlowMotionVideoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. SquarePhotoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. TimeLapseVideoDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. TonalFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. TransferFilterDeprecated.static INPhotoAttributeOptionsINPhotoAttributeOptions. VideoDeprecated.Methods in org.robovm.apple.intents that return INPhotoAttributeOptions Modifier and Type Method Description protected INPhotoAttributeOptions[]INPhotoAttributeOptions. _values()Deprecated.INPhotoAttributeOptionsINSearchForPhotosIntent. getExcludedAttributes()Deprecated.INPhotoAttributeOptionsINStartPhotoPlaybackIntent. getExcludedAttributes()Deprecated.INPhotoAttributeOptionsINSearchForPhotosIntent. getIncludedAttributes()Deprecated.INPhotoAttributeOptionsINStartPhotoPlaybackIntent. getIncludedAttributes()Deprecated.static INPhotoAttributeOptions[]INPhotoAttributeOptions. values()Deprecated.protected INPhotoAttributeOptionsINPhotoAttributeOptions. wrap(long value, long mask)Deprecated.Methods in org.robovm.apple.intents with parameters of type INPhotoAttributeOptions Modifier and Type Method Description protected longINSearchForPhotosIntent. init(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.protected longINStartPhotoPlaybackIntent. init(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.Constructors in org.robovm.apple.intents with parameters of type INPhotoAttributeOptions Constructor Description INSearchForPhotosIntent(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.INStartPhotoPlaybackIntent(INDateComponentsRange dateCreated, CLPlacemark locationCreated, String albumName, NSArray<NSString> searchTerms, INPhotoAttributeOptions includedAttributes, INPhotoAttributeOptions excludedAttributes, NSArray<INPerson> peopleInPhoto)Deprecated.