Skip to main content

Identify Your Player

You can add name to your player by adding a name attribute to your configuration object. This name will be included in the events.

val luraConfiguration = LuraConfiguration(
name = "lorem-ipsum-dolor-sit-amet"
)

playerView = findViewById(R.id.lura_player_view)
player = LuraPlayer(context = this, playerView = playerView)
player.setConfig(luraConfiguration)