| Modifier and Type | Field and Description |
|---|---|
protected LoadOptions.ContentFilteringMode |
LoadOptions.contentFilteringMode
The content filtering mode to apply for which items to play
|
| Modifier and Type | Method and Description |
|---|---|
LoadOptions.ContentFilteringMode |
LoadOptions.getContentFilteringMode() |
static LoadOptions.ContentFilteringMode |
LoadOptions.ContentFilteringMode.typeOf(String contentFilteringMode)
Parses the specified string and returns the corresponding
LoadOptions.ContentFilteringMode, or null if no match could be
found. |
static LoadOptions.ContentFilteringMode |
LoadOptions.ContentFilteringMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadOptions.ContentFilteringMode[] |
LoadOptions.ContentFilteringMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LoadOptions(LoadOptions.ContentFilteringMode contentFilteringMode)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.