Looper: the Looper used in
listener callbacks for this client, such as DataClient.OnDataChangedListener.
If not supplied, callbacks will be made on the main thread.
[[["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 2024-10-31 UTC."],[],["WearableOptions, an optional API for the Wearable API, allows for the specification of a Looper for listener callbacks, such as DataClient.OnDataChangedListener. If not provided, callbacks occur on the main thread. The Builder class facilitates WearableOptions creation. It also features `equals()` and `hashCode()` methods for object comparison. It inherits `NO_OPTIONS` from the parent class, `Api.ApiOptions.NoOptions`.\n"]]