ActiveTileIdentifier


class ActiveTileIdentifier


Tile information containing the tile instance ID and component name for identifying a tile instance.

Summary

Public constructors

ActiveTileIdentifier(componentName: ComponentName, instanceId: Int)

Public functions

ComponentName

Component name of the tile provider.

Int

Tile ID for identifying an active tile instance.

Public constructors

ActiveTileIdentifier

Added in 1.3.0
ActiveTileIdentifier(componentName: ComponentName, instanceId: Int)

Public functions

getComponentName

Added in 1.3.0
fun getComponentName(): ComponentName

Component name of the tile provider.

getInstanceId

Added in 1.3.0
fun getInstanceId(): Int

Tile ID for identifying an active tile instance.