इमेज

मिलती-जुलती इमेज के संसाधनों के सेट के लिए एक कंटेनर. हर बार जब तय ट्रिगर एक नई इमेज दिखती है.

Wear OS 4 में पेश किया गया.

वाक्य-विन्यास

<Images change="TAP | ON_VISIBLE | ON_NEXT_SECOND |
        ON_NEXT_MINUTE | ON_NEXT_HOUR">
    <!-- One or more image elements appear here. -->
    <Image ... />
</Images>

विशेषताएं

Images एलिमेंट में change एट्रिब्यूट का इस्तेमाल करना ज़रूरी नहीं है. यह एट्रिब्यूट यह तय करता है कि नई इमेज (इमेज के सेट से) के लिए क्या होना चाहिए वॉच की होम स्क्रीन पर दिखते हैं:

* `TAP` (default): The change occurs when the user taps on the element.
* `ON_VISIBLE`: The change occurs when the element next becomes visible.
* `ON_NEXT_SECOND`: The change occurs when the next second begins.
* `ON_NEXT_MINUTE`: The change occurs when the next minute begins.
* `ON_NEXT_HOUR`: The change occurs when the next hour begins.

इनर एलिमेंट

Images एलिमेंट में इनर के तौर पर, Image के एक या एक से ज़्यादा इंस्टेंस शामिल हैं एलिमेंट.