Stay organized with collections
Save and categorize content based on your preferences.
public final class HlsInterstitialsAdsLoader.StringAttribute
A string attribute with its name and value.
Summary
Public fields |
final String |
The name of the attribute.
|
final String |
The value of the attribute.
|
Public methods |
boolean |
|
int |
|
Public fields
public final String name
The name of the attribute.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-06-04 UTC.
[null,null,["Last updated 2025-06-04 UTC."],[],[],null,["# HlsInterstitialsAdsLoader.StringAttribute\n=========================================\n\nArtifact: [androidx.media3:media3-exoplayer-hls](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.java+class:androidx.media3.exoplayer.hls.HlsInterstitialsAdsLoader.StringAttribute)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute \"View this page in Kotlin\") \\|Java\n\n\n```\npublic final class HlsInterstitialsAdsLoader.StringAttribute\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA string attribute with its name and value.\n\nSummary\n-------\n\n| ### Public fields |\n|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `final `[String](https://developer.android.com/reference/java/lang/String.html) | [name](/reference/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#name()) The name of the attribute. |\n| `final `[String](https://developer.android.com/reference/java/lang/String.html) | [value](/reference/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#value()) The value of the attribute. |\n\n| ### Public methods |\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `boolean` | [equals](/reference/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#equals(java.lang.Object))`(@`[Nullable](/reference/androidx/annotation/Nullable)` `[Object](https://developer.android.com/reference/java/lang/Object.html)` o)` |\n| `int` | [hashCode](/reference/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#hashCode())`()` |\n\nPublic fields\n-------------\n\n### name\n\n```\npublic final String name\n```\n\nThe name of the attribute. \n\n### value\n\n```\npublic final String value\n```\n\nThe value of the attribute. \n\nPublic methods\n--------------\n\n### equals\n\n```\npublic boolean equals(@Nullable Object o)\n``` \n\n### hashCode\n\n```\npublic int hashCode()\n```"]]