Media

open class Media(sessionId: String = UUID.randomUUID().toString()) : Parcelable

Base interface to be implemented by all different types of media.

Inheritors

Constructors

Link copied to clipboard
constructor(sessionId: String = UUID.randomUUID().toString())