I've been reading the docs about watchface complications and while it makes sense for someone who is building both a watchface app *and* a complication provider, it's missing information needed for someone who is only building a watchface app and wants to add a complication for a provider that already exists. What should I supply for the provider ID? How can I discover what provider IDs are already registered? The Android Wear docs talk about complications as well and these docs provide a list of system providers, but all of these IDs are ints and the Tizen API uses a string for the provider ID. Is there any more information or sample code available for this?
How to find out what watchface complication providers are available