docs/doc/reference/com/google/android/exoplayer2/analytics/PlayerId.html
Package com.google.android.exoplayer2.analytics
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classPlayerIdextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Identifier for a player instance.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static PlayerId | UNSET |
Deprecated.
A player identifier with unset default values that can be used as a placeholder or for testing. |
Constructors | Constructor | Description |
| --- | --- |
| PlayerId() |
Deprecated.
Creates an instance for API < 31.
|
| PlayerId(LogSessionId logSessionId) |
Deprecated.
Creates an instance for API ≥ 31. |
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| LogSessionId | getLogSessionId() |
Deprecated.
Returns the LogSessionId for this player instance.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public static final[PlayerId](PlayerId.html "class in com.google.android.exoplayer2.analytics")UNSET
Deprecated.
A player identifier with unset default values that can be used as a placeholder or for testing.
-
public PlayerId()
Deprecated.
Creates an instance for API < 31.
-
@RequiresApi(31)
public PlayerId([LogSessionId](https://developer.android.com/reference/android/media/metrics/LogSessionId.html "class or interface in android.media.metrics")logSessionId)
Deprecated.
Creates an instance for API ≥ 31.
Parameters:logSessionId - The LogSessionId used for this player.
-
@RequiresApi(31)
public[LogSessionId](https://developer.android.com/reference/android/media/metrics/LogSessionId.html "class or interface in android.media.metrics")getLogSessionId()
Deprecated.
Returns the LogSessionId for this player instance.