Stay organized with collections
Save and categorize content based on your preferences.
public interface Utils.DebugHandle
Summary
Public methods |
abstract void |
|
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,["# Utils.DebugHandle\n=================\n\nArtifact: [androidx.constraintlayout:constraintlayout-core](/jetpack/androidx/releases/constraintlayout) \n[View Source](https://cs.android.com/search?q=file:androidx/constraintlayout/core/motion/utils/Utils.java+class:androidx.constraintlayout.core.motion.utils.Utils.DebugHandle) \nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/constraintlayout/core/motion/utils/Utils.DebugHandle \"View this page in Kotlin\") \\|Java\n\n\n```\npublic interface Utils.DebugHandle\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public methods |\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `abstract void` | [message](/reference/androidx/constraintlayout/core/motion/utils/Utils.DebugHandle#message(java.lang.String))`(`[String](https://developer.android.com/reference/java/lang/String.html)` str)` |\n\nPublic methods\n--------------\n\n### message\n\nAdded in [1.1.1](/jetpack/androidx/releases/constraintlayout#1.1.1) \n\n```\nabstract void message(String str)\n```"]]