Language

TelephonyManager.UssdErrorNotAllowed Field

Definition

Failure code returned when a USSD request has failed to execute because the calling app is not allowed to send USSD requests.

[Android.Runtime.Register("USSD_ERROR_NOT_ALLOWED", ApiSince=37)]
public const int UssdErrorNotAllowed = -3;
[<Android.Runtime.Register("USSD_ERROR_NOT_ALLOWED", ApiSince=37)>]
val mutable UssdErrorNotAllowed : int

Field Value

Value = -3
Attributes

Applies to