TelephonyManager.UssdErrorNotAllowed Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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