Skip to content

Commit

Permalink
Add an event for cell info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Nov 7, 2023
1 parent 70cb574 commit 01155b3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.fivegmag.a5gmscommonlibrary.eventbus

import android.telephony.CellInfo
import androidx.media3.exoplayer.analytics.AnalyticsListener
import androidx.media3.exoplayer.source.MediaLoadData

Expand All @@ -11,4 +12,8 @@ class DownstreamFormatChangedEvent(
class PlaybackStateChangedEvent(
val eventTime: AnalyticsListener.EventTime,
val playbackState: String
)

class CellInfoUpdatedEvent(
val cellInfoList: MutableList<CellInfo>
)

0 comments on commit 01155b3

Please sign in to comment.