acceptTypes property

List<String> acceptTypes
final

An array of acceptable MIME types. The returned MIME type could be partial such as audio/*. The array will be empty if no acceptable types are specified.

Implementation

final List<String> acceptTypes;