Uses of Class
org.robovm.apple.intents.INMediaReference
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INMediaReference in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INMediaReference Modifier and Type Method Description INMediaReferenceINMediaSearch. getReference()static INMediaReferenceINMediaReference. valueOf(long n)Returns the enum constant of this type with the specified name.static INMediaReferenceINMediaReference. valueOf(String name)Returns the enum constant of this type with the specified name.static INMediaReference[]INMediaReference. 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 INMediaReference 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 INMediaReference 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)