3 lines
120 B
Kotlin
3 lines
120 B
Kotlin
![]() |
package com.tutpro.baresip.plus
|
||
|
|
||
|
class ServiceEvent (val event: String, val params: ArrayList<Any>, val timeStamp: Long)
|