Uses of Class
org.robovm.apple.mediaplayer.MPNowPlayingInfoLanguageOptionType
| Package | Description |
|---|---|
| org.robovm.apple.mediaplayer |
-
Uses of MPNowPlayingInfoLanguageOptionType in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return MPNowPlayingInfoLanguageOptionType Modifier and Type Method Description MPNowPlayingInfoLanguageOptionTypeMPNowPlayingInfoLanguageOption. getLanguageOptionType()static MPNowPlayingInfoLanguageOptionTypeMPNowPlayingInfoLanguageOptionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPNowPlayingInfoLanguageOptionTypeMPNowPlayingInfoLanguageOptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPNowPlayingInfoLanguageOptionType[]MPNowPlayingInfoLanguageOptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mediaplayer with parameters of type MPNowPlayingInfoLanguageOptionType Modifier and Type Method Description protected longMPNowPlayingInfoLanguageOption. init(MPNowPlayingInfoLanguageOptionType languageOptionType, String languageTag, NSArray<NSString> languageOptionCharacteristics, String displayName, String identifier)Constructors in org.robovm.apple.mediaplayer with parameters of type MPNowPlayingInfoLanguageOptionType Constructor Description MPNowPlayingInfoLanguageOption(MPNowPlayingInfoLanguageOptionType languageOptionType, String languageTag, NSArray<NSString> languageOptionCharacteristics, String displayName, String identifier)