กล่องโต้ตอบ
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ใช้ Dialog
เพื่อดึงดูดความสนใจของผู้ใช้ให้มุ่งไปที่การดำเนินการหรือข้อมูลที่สำคัญ

กายวิภาคศาสตร์
กล่องโต้ตอบควรปรากฏขึ้นเพื่อตอบสนองต่องานหรือการดำเนินการของผู้ใช้ โดยมีข้อมูลที่เกี่ยวข้องหรือตามบริบท กล่องโต้ตอบใน Wear OS จะกินพื้นที่ทั้งหน้าจอและวางซ้อนทับเนื้อหาอื่นๆ ต่างจากในอุปกรณ์เคลื่อนที่
กล่องโต้ตอบรองรับท่าทางสัมผัสด้วยการปัดเพื่อปิด เมื่อผู้ใช้ใช้ท่าทางสัมผัสการปัดนี้ ระบบจะแสดงเนื้อหาหลักในเบื้องหลัง
กล่องโต้ตอบมีช่องเดียวสําหรับเนื้อหากล่องโต้ตอบที่มีความคิดเห็น เช่น
การแจ้งเตือนหรือการยืนยัน
การแจ้งเตือน
ใช้คอมโพเนนต์การแจ้งเตือนเพื่อรับคําตอบของผู้ใช้สําหรับงานที่สําคัญ
การแจ้งเตือนจะปิดใช้ฟังก์ชันการทำงานของแอปทั้งหมดเมื่อปรากฏขึ้น และยังคงแสดงบนหน้าจอจนกว่าจะมีการดำเนินการ การแจ้งเตือนมีไว้เพื่อขัดจังหวะโดยเฉพาะ ดังนั้นโปรดใช้อย่างจำกัด
หากเนื้อหาของการแจ้งเตือนยาวกว่า 3 บรรทัด ให้ลองจัดเนื้อหาให้อยู่ทางด้านซ้ายเพื่อปรับปรุงการอ่าน มิฉะนั้นข้อความจะจัดกึ่งกลางโดยค่าเริ่มต้น
ก. ชื่อ
ข. เนื้อหา (ไม่บังคับ)
ค. ปุ่มลบ
ง. ปุ่มบวก
จ. ไอคอน (ไม่บังคับ)
การยืนยัน
คอมโพเนนต์การยืนยันจะแสดงข้อความยืนยันต่อผู้ใช้เป็นระยะเวลาสั้นๆ คอมโพเนนต์การยืนยันใน Wear OS ไม่อนุญาตให้ผู้ใช้ยืนยันตัวเลือกสุดท้าย ต่างจากคอมโพเนนต์การยืนยันใน Material
ใช้คอมโพเนนต์นี้เพื่อดึงดูดความสนใจของผู้ใช้หลังจากดำเนินการแล้ว
ก. ไอคอน
ข. ป้ายกำกับ
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],null,["# Dialogs\n\nUse a [`Dialog`](/reference/kotlin/androidx/wear/compose/material/dialog/package-summary) to focus users' attention on a timely action or piece of\ninformation.\n\nAnatomy\n-------\n\n\nDialogs should appear in response to a user task or an action, with\nrelevant or contextual information. Unlike their mobile counterparts,\nDialogs in Wear OS occupy the whole screen and are layered over other\ncontent.\n\n\nDialogs support a swipe-to-dismiss gesture. When the user performs\nthis swipe gesture, the system reveals the parent content in the\nbackground.\n\nDialogs have a single slot for opinionated dialog content, such as an\n[Alert](/reference/kotlin/androidx/wear/compose/material/dialog/package-summary#Alert(kotlin.Function1,kotlin.Function0,kotlin.Function0,androidx.compose.ui.Modifier,kotlin.Function1,androidx.wear.compose.material.ScalingLazyListState,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.foundation.layout.Arrangement.Vertical,androidx.compose.foundation.layout.PaddingValues,kotlin.Function1)) or\n[Confirmation](/reference/kotlin/androidx/wear/compose/material/dialog/package-summary#Confirmation(kotlin.Function0,androidx.compose.ui.Modifier,kotlin.Function1,androidx.wear.compose.material.ScalingLazyListState,kotlin.Long,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.ui.graphics.Color,androidx.compose.foundation.layout.Arrangement.Vertical,androidx.compose.foundation.layout.PaddingValues,kotlin.Function1)).\n\n\u003cbr /\u003e\n\n\n**Alert**\n\nUse an alert component to get the user's response for important\ntasks.\n\nAlerts disable all app functionality when they appear, and remain on\nscreen until an action has been taken. Alerts are purposefully interruptive,\nso use them sparingly.\n\nIf the content of the alert is longer than three lines of text, consider\nleft aligning the content to improve its readability. Otherwise the text\nis center aligned by default.\n\n\n**A. Title\nB. Content (optional)\nC. Negative button\nD. Positive button\nE. Icon (optional)**\n\n\u003cbr /\u003e\n\n**Confirmation**\n\nThe confirmation component displays a confirmation message to the user\nfor a short period of time. Unlike its Material counterpart, the\nconfirmation component in Wear OS doesn't allow users to provide final\nconfirmation of a choice.\n\nUse this component to capture a user's attention after an action has been\nexecuted.\n\n\n**A. Icon\nB. Label**"]]