Stay organized with collections
Save and categorize content based on your preferences.
class HlsInterstitialsAdsLoader.StringAttribute
A string attribute with its name and value.
Summary
Public properties |
String! |
The name of the attribute.
|
String! |
The value 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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\nKotlin \\|[Java](/reference/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute \"View this page in Java\")\n\n\n```\nclass HlsInterstitialsAdsLoader.StringAttribute\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA string attribute with its name and value.\n\nSummary\n-------\n\n| ### Public functions |\n|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) | [equals](/reference/kotlin/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#equals(java.lang.Object))`(o: `[Any](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-any/index.html)`?)` |\n| [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) | [hashCode](/reference/kotlin/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#hashCode())`()` |\n\n| ### Public properties |\n|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)`!` | [name](/reference/kotlin/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#name()) The name of the attribute. |\n| [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)`!` | [value](/reference/kotlin/androidx/media3/exoplayer/hls/HlsInterstitialsAdsLoader.StringAttribute#value()) The value of the attribute. |\n\nPublic functions\n----------------\n\n### equals\n\n```\nfun equals(o: Any?): Boolean\n``` \n\n### hashCode\n\n```\nfun hashCode(): Int\n``` \n\nPublic properties\n-----------------\n\n### name\n\n```\nval name: String!\n```\n\nThe name of the attribute. \n\n### value\n\n```\nval value: String!\n```\n\nThe value of the attribute."]]