UssdResultCode UssdResultCode UssdResultCode UssdResultCode Enum

Definition

Describes the USSD response codes for messages sent to the network.

Note

This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.

public : enum class UssdResultCodepublic enum UssdResultCodePublic Enum UssdResultCode// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

ActionRequired ActionRequired ActionRequired ActionRequired

The USSD message that was received is either a USSD request from the network or a response to a message sent to the network. Additional information is needed. The USSD session is open.

NetworkTimeout NetworkTimeout NetworkTimeout NetworkTimeout

The USSD session has been closed because there was no response from the network.

NoActionRequired NoActionRequired NoActionRequired NoActionRequired

The USSD message that was received is either a USSD notification from the network or a response to an earlier request. No further information is necessary. The USSD session is closed.

OperationNotSupported OperationNotSupported OperationNotSupported OperationNotSupported

The previous USSD request failed because the request was invalid or cannot be handled by the driver, device, or network.

OtherLocalClient OtherLocalClient OtherLocalClient OtherLocalClient

The previous USSD request failed because another local client has an active USSD session.

Terminated Terminated Terminated Terminated

The USSD session has been terminated by the network or a local client.