ActiveTileIdentifier
public final class ActiveTileIdentifier
Tile information containing the tile instance ID and component name for identifying a tile instance.
Summary
Public constructors |
|---|
ActiveTileIdentifier( |
Public methods |
|
|---|---|
@NonNull ComponentName |
Component name of the tile provider. |
int |
Tile ID for identifying an active tile instance. |
Public constructors
ActiveTileIdentifier
Added in 1.3.0
public ActiveTileIdentifier(
@NonNull ComponentName componentName,
int instanceId
)
Public methods
getComponentName
Added in 1.3.0
public @NonNull ComponentName getComponentName()
Component name of the tile provider.
getInstanceId
Added in 1.3.0
public int getInstanceId()
Tile ID for identifying an active tile instance.