@Immutable public class LoadOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadOptions.ContentFilteringMode
Provides content filtering mode.
|
| Modifier and Type | Field and Description |
|---|---|
protected LoadOptions.ContentFilteringMode |
contentFilteringMode
The content filtering mode to apply for which items to play
|
| Constructor and Description |
|---|
LoadOptions(LoadOptions.ContentFilteringMode contentFilteringMode)
Creates a new instance using the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LoadOptions.ContentFilteringMode |
getContentFilteringMode() |
int |
hashCode() |
String |
toString() |
@Nullable protected final LoadOptions.ContentFilteringMode contentFilteringMode
public LoadOptions(@Nullable LoadOptions.ContentFilteringMode contentFilteringMode)
contentFilteringMode - the content filtering mode to apply for which
items to play.@Nullable public LoadOptions.ContentFilteringMode getContentFilteringMode()
Copyright © 2022. All rights reserved.