Added in API level 28

InitializationErrors

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

Indicates errors that may be generated during initialization by the middleware. They are applicable to both streaming and file-download use-cases.

Summary

Constants
static Int

Indicates that the app is not authorized to access media via MBMS.

static Int

Indicates that the app tried to create more than one instance each of MbmsStreamingSession or android.telephony.MbmsDownloadSession.

static Int

Indicates that the middleware was unable to initialize for this app.

Constants

ERROR_APP_PERMISSIONS_NOT_GRANTED

Added in API level 28
static val ERROR_APP_PERMISSIONS_NOT_GRANTED: Int

Indicates that the app is not authorized to access media via MBMS.

Value: 102

ERROR_DUPLICATE_INITIALIZE

Added in API level 28
static val ERROR_DUPLICATE_INITIALIZE: Int

Indicates that the app tried to create more than one instance each of MbmsStreamingSession or android.telephony.MbmsDownloadSession.

Value: 101

ERROR_UNABLE_TO_INITIALIZE

Added in API level 28
static val ERROR_UNABLE_TO_INITIALIZE: Int

Indicates that the middleware was unable to initialize for this app.

Value: 103