wear watchfacepush

  
TODO
최근 업데이트 안정화 버전 출시 후보 버전 베타 버전 알파 버전
2025년 6월 18일 - - - 1.0.0-alpha01

종속 항목 선언

wear watchfacepush의 종속 항목을 추가하려면 프로젝트에 Google Maven 저장소를 추가해야 합니다. 자세한 내용은 Google Maven 저장소를 읽어보세요.

다음과 같이 앱 또는 모듈의 build.gradle 파일에 필요한 아티팩트의 종속 항목을 추가합니다.

Groovy

dependencies {
    // Use to implement wear watchfacepushs
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush:1.0.0-alpha01"

    // Use to implement wear watchfacepush complications
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source:1.0.0-alpha01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source-ktx:1.0.0-alpha01"

    // Use to implement a watchfacepush style and complication editor
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-editor:1.0.0-alpha01"

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and watchfacepushs may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-complications-rendering:1.0.0-alpha01"
}

Kotlin

dependencies {
    // Use to implement wear watchfacepushs
    //TODO: Confirm these dependencies
    implementation("androidx.wear.watchfacepush:watchfacepush:1.0.0-alpha01")

    // Use to implement wear watchfacepush complications
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source:1.0.0-alpha01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-complications-data-source-ktx:1.0.0-alpha01"

    // Use to implement a watchfacepush style and complication editor
    //TODO: Confirm these dependencies
    implementation("androidx.wear.watchfacepush:watchfacepush-editor:1.0.0-alpha01")

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and watchfacepushs may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.wear.watchfacepush:watchfacepush-complications-rendering:1.0.0-alpha01"
}

종속 항목에 관한 자세한 내용은 빌드 종속 항목 추가를 참고하세요.

의견

제출하신 의견은 Jetpack을 개선하는 데 도움이 됩니다. 새로운 문제를 발견하거나 라이브러리 개선을 위한 아이디어가 있다면 Google에 알려 주세요. 새 문제를 제출하기 전에 이 라이브러리의 기존 문제를 살펴보시기 바랍니다. 별표 버튼을 클릭하여 기존 문제에 투표할 수 있습니다.

새로운 문제 제출하기

자세한 내용은 Issue Tracker 문서를 참고하세요.

버전 1.0

버전 1.0.0-alpha01

2025년 6월 18일

androidx.wear.watchfacepush:watchfacepush:1.0.0-alpha01이 출시되었습니다. 버전 1.0.0-alpha01에는 이 커밋이 포함되어 있습니다.

API 변경사항

  • Wear OS 앱이 시계에 시계 화면을 프로그래매틱 방식으로 설치할 수 있는 Watch Face Push API를 추가했습니다.
  • 이 API는 이전에 :wear:watchface:watchface-push로 게시되었습니다.