MbmsErrors.ErrorNoUniqueMiddleware Field

Definition

Indicates that either no MBMS middleware app is installed on the device or multiple middleware apps are installed on the device.

[Android.Runtime.Register("ERROR_NO_UNIQUE_MIDDLEWARE", ApiSince=28)]
public const int ErrorNoUniqueMiddleware = 1;
[<Android.Runtime.Register("ERROR_NO_UNIQUE_MIDDLEWARE", ApiSince=28)>]
val mutable ErrorNoUniqueMiddleware : int

Field Value

Value = 1
Attributes

Remarks

Indicates that either no MBMS middleware app is installed on the device or multiple middleware apps are installed on the device.

Java documentation for android.telephony.mbms.MbmsErrors.ERROR_NO_UNIQUE_MIDDLEWARE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to