public class

ProviderInfoRetriever.ProviderInfo

extends java.lang.Object

 java.lang.Object

↳androidx.wear.complications.ProviderInfoRetriever.ProviderInfo

Overview

Results for ProviderInfoRetriever.retrieveProviderInfo(ComponentName, int[]).

Summary

Methods
public android.support.wearable.complications.ComplicationProviderInfogetInfo()

Return details of the provider for that complication, or null if no provider is currently configured.

public intgetWatchFaceComplicationId()

Returns the id for the complication, as provided to ProviderInfoRetriever.retrieveProviderInfo(ComponentName, int[]).

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public int getWatchFaceComplicationId()

Returns the id for the complication, as provided to ProviderInfoRetriever.retrieveProviderInfo(ComponentName, int[]).

public android.support.wearable.complications.ComplicationProviderInfo getInfo()

Return details of the provider for that complication, or null if no provider is currently configured.