Stay organized with collections
Save and categorize content based on your preferences.
StartComponentRequest
@RequiresApi(value = 26) public final class StartComponentRequest
A request to wake up a specified component on another device, and optionally deliver additional information to it. Currently the only supported component type is Android Activities.
Summary
Public methods
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-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# StartComponentRequest\n=====================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/com/google/ambient/crossdevice/wakeup/StartComponentRequest \"View this page in Kotlin\") \\|Java\n\n\n```\n@RequiresApi(value = 26) public final class StartComponentRequest\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nA request to wake up a specified component on another device, and optionally deliver additional information to it. Currently the only supported component type is Android Activities.\n\nSummary\n-------\n\n| ### Nested types ||\n|-----------------------------------------------------------------------------------------------------------------|---|\n| [StartComponentRequest.Builder](/reference/com/google/ambient/crossdevice/wakeup/StartComponentRequest.Builder) | |\n\n| ### Public methods ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|\n| `final @`[NonNull](/reference/androidx/annotation/NonNull)` `[StartComponentRequest.Builder](/reference/com/google/ambient/crossdevice/wakeup/StartComponentRequest.Builder) | [toBuilder](/reference/com/google/ambient/crossdevice/wakeup/StartComponentRequest#toBuilder())`()` |\n\nPublic methods\n--------------\n\n### toBuilder\n\n```\npublic final @NonNull StartComponentRequest.Builder toBuilder()\n```"]]