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 |
static Int |
Indicates that the middleware was unable to initialize for this app. |
Constants
ERROR_APP_PERMISSIONS_NOT_GRANTED
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
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
static val ERROR_UNABLE_TO_INITIALIZE: Int
Indicates that the middleware was unable to initialize for this app.
Value: 103