MbmsErrors
open class MbmsErrors
kotlin.Any | |
↳ | android.telephony.mbms.MbmsErrors |
Summary
Nested classes | |
---|---|
open |
Indicates the errors that are applicable only to the file-download use-case |
open |
Indicates the errors that may occur at any point and are applicable to both streaming and file-download. |
open |
Indicates the errors that are applicable only to the group call use-case. |
open |
Indicates errors that may be generated during initialization by the middleware. |
open |
Indicates the errors that are applicable only to the streaming use-case |
Constants | |
---|---|
static Int |
Indicates that the middleware has died and the requested operation was not completed. |
static Int |
Indicates that the app attempted to perform an operation on an instance of |
static Int |
Indicates that either no MBMS middleware app is installed on the device or multiple middleware apps are installed on the device. |
static Int |
Indicates that the operation was successful. |
static Int |
Indicates that the middleware has sent an error code that is not defined in the version of the SDK targeted by your app. |
Constants
ERROR_MIDDLEWARE_LOST
static val ERROR_MIDDLEWARE_LOST: Int
Indicates that the middleware has died and the requested operation was not completed.
Value: 3
ERROR_MIDDLEWARE_NOT_BOUND
static val ERROR_MIDDLEWARE_NOT_BOUND: Int
Indicates that the app attempted to perform an operation on an instance of android.telephony.MbmsDownloadSession
or MbmsStreamingSession
without being bound to the middleware.
Value: 2
ERROR_NO_UNIQUE_MIDDLEWARE
static val ERROR_NO_UNIQUE_MIDDLEWARE: Int
Indicates that either no MBMS middleware app is installed on the device or multiple middleware apps are installed on the device.
Value: 1
SUCCESS
static val SUCCESS: Int
Indicates that the operation was successful.
Value: 0
UNKNOWN
static val UNKNOWN: Int
Indicates that the middleware has sent an error code that is not defined in the version of the SDK targeted by your app. This is an illegal value for the middleware to return -- it should only ever be generated by the framework.
Value: -1