SystemUiResult

#include <bb/system/SystemUiResult>

To link against this class, add the following line to your .pro file: LIBS += -lbbsystem

The possible results of a UI request.

Since:

BlackBerry 10.0.0

Public Types Index

Public Types

Type

The possible results of a UI request.

Since:

BlackBerry 10.0.0

None = 0

No result is available.

Since:

BlackBerry 10.0.0

ButtonSelection = 1

A button other than the confirm, custom, or cancel buttons was selected.

Since:

BlackBerry 10.0.0

ConfirmButtonSelection = 2

Confirm button was selected.

Since:

BlackBerry 10.0.0

CancelButtonSelection = 3

Cancel button was selected.

Since:

BlackBerry 10.0.0

TimeOut = 4

The request timed out.

Since:

BlackBerry 10.0.0

Error = 5

The request failed due to an error.

Since:

BlackBerry 10.0.0

CustomButtonSelection = 6

Custom button was selected.

Since:

BlackBerry 10.0.0