Stay organized with collections
Save and categorize content based on your preferences.
class ClickableSurfaceBorder
Defines Border
for all TV states of Surface
.
Summary
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-05-15 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-05-15 UTC."],[],[],null,["# ClickableSurfaceBorder\n======================\n\nArtifact: [androidx.tv:tv-material](/jetpack/androidx/releases/tv) \n[View Source](https://cs.android.com/search?q=file:androidx/tv/material3/SurfaceStyles.kt+class:androidx.tv.material3.ClickableSurfaceBorder) \nAdded in [1.0.0](/jetpack/androidx/releases/tv#1.0.0)\n\n\n```\nclass ClickableSurfaceBorder\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nDefines [Border](/reference/kotlin/androidx/tv/material3/Border) for all TV states of [Surface](/reference/kotlin/androidx/tv/material3/package-summary#Surface(androidx.compose.ui.Modifier,androidx.compose.ui.unit.Dp,androidx.compose.ui.graphics.Shape,androidx.tv.material3.SurfaceColors,androidx.tv.material3.Border,androidx.tv.material3.Glow,kotlin.Function1)).\n\nSummary\n-------\n\n| ### Public functions |\n|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `open operator `[Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) | [equals](/reference/kotlin/androidx/tv/material3/ClickableSurfaceBorder#equals(kotlin.Any))`(other: `[Any](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-any/index.html)`?)` |\n| `open `[Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) | [hashCode](/reference/kotlin/androidx/tv/material3/ClickableSurfaceBorder#hashCode())`()` |\n| `open `[String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) | [toString](/reference/kotlin/androidx/tv/material3/ClickableSurfaceBorder#toString())`()` |\n\nPublic functions\n----------------\n\n### equals\n\n```\nopen operator fun equals(other: Any?): Boolean\n``` \n\n### hashCode\n\n```\nopen fun hashCode(): Int\n``` \n\n### toString\n\n```\nopen fun toString(): String\n```"]]