Added in API level 28

StreamingErrors

open class StreamingErrors
kotlin.Any
   ↳ android.telephony.mbms.MbmsErrors.StreamingErrors

Indicates the errors that are applicable only to the streaming use-case

Summary

Constants
static Int

Indicates that the middleware cannot start a stream due to too many ongoing streams

static Int

Indicates that the app called MbmsStreamingSession#startStreaming(StreamingServiceInfo, more than once for the same StreamingServiceInfo.

static Int

Indicates that the middleware was unable to start the streaming service

Constants

ERROR_CONCURRENT_SERVICE_LIMIT_REACHED

Added in API level 28
static val ERROR_CONCURRENT_SERVICE_LIMIT_REACHED: Int

Indicates that the middleware cannot start a stream due to too many ongoing streams

Value: 301

ERROR_DUPLICATE_START_STREAM

Added in API level 28
static val ERROR_DUPLICATE_START_STREAM: Int

Indicates that the app called MbmsStreamingSession#startStreaming(StreamingServiceInfo, more than once for the same StreamingServiceInfo.

Value: 303

ERROR_UNABLE_TO_START_SERVICE

Added in API level 28
static val ERROR_UNABLE_TO_START_SERVICE: Int

Indicates that the middleware was unable to start the streaming service

Value: 302