Uses of Class
org.robovm.apple.intents.INMediaSortOrder
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INMediaSortOrder in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INMediaSortOrder Modifier and Type Method Description INMediaSortOrderINMediaSearch. getSortOrder()static INMediaSortOrderINMediaSortOrder. valueOf(long n)Returns the enum constant of this type with the specified name.static INMediaSortOrderINMediaSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static INMediaSortOrder[]INMediaSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INMediaSortOrder Modifier and Type Method Description protected longINMediaSearch. init(INMediaItemType mediaType, INMediaSortOrder sortOrder, String mediaName, String artistName, String albumName, NSArray<NSString> genreNames, NSArray<NSString> moodNames, INDateComponentsRange releaseDate, INMediaReference reference, String mediaIdentifier)Constructors in org.robovm.apple.intents with parameters of type INMediaSortOrder Constructor Description INMediaSearch(INMediaItemType mediaType, INMediaSortOrder sortOrder, String mediaName, String artistName, String albumName, NSArray<NSString> genreNames, NSArray<NSString> moodNames, INDateComponentsRange releaseDate, INMediaReference reference, String mediaIdentifier)