BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.iOS.Interfaces.Wrappers.Types.IBBDState Class Reference

BlackBerry Dynamics Runtime state. More...

Properties

bool IsAuthorized [get, set]
 BlackBerry Dynamics authorization state. More...
 
BBDAppResultCodeEnum ReasonNotAuthorized [get, set]
 Reason the user isn't authorized, if they aren't. More...
 
BBDUserInterfaceStateEnum UserInterfaceState [get, set]
 Which user interface is in front. More...
 
BBDLibraryScreenEnum CurrentScreen [get, set]
 Limited indication of which screen from the BlackBerry Dynamics user interface is in front, if any. More...
 

Detailed Description

BlackBerry Dynamics Runtime state.

This class represents a number of aspects of the BlackBerry Dynamics run-time state.

The following aspects of runtime state are represented here:

  • Authorization state.
  • Whether the BlackBerry Dynamics user interface is currently in front of the application user interface.

Property Documentation

◆ CurrentScreen

BBDLibraryScreenEnum BBDXamarinForms.iOS.Interfaces.Wrappers.Types.IBBDState.CurrentScreen
getset

Limited indication of which screen from the BlackBerry Dynamics user interface is in front, if any.

The BlackBerry Dynamics Runtime sets this property when its user interface is in front. The value set gives a limited indication of which screen it is showing

◆ IsAuthorized

bool BBDXamarinForms.iOS.Interfaces.Wrappers.Types.IBBDState.IsAuthorized
getset

BlackBerry Dynamics authorization state.

The BlackBerry Dynamics Runtime sets this property to false when the application starts.

The BlackBerry Dynamics Runtime sets this property to true when authorization processing completes with success. The property value remains the same when the inactivity time expires and the user interface is locked.

The BlackBerry Dynamics Runtime sets this property to false if the end user's authorization to use the application is permanently withdrawn

If this property has the value true, then the prinicipal programming interfaces of BlackBerry Dynamics can be used by the application code.

◆ ReasonNotAuthorized

BBDAppResultCodeEnum BBDXamarinForms.iOS.Interfaces.Wrappers.Types.IBBDState.ReasonNotAuthorized
getset

Reason the user isn't authorized, if they aren't.

The BlackBerry Dynamics Runtime sets this property when the user isn't authorized.

The value set represents the reason that the user isn't authorized. It will be from the BBDAppResultCodeEnum enumeration.

◆ UserInterfaceState

BBDUserInterfaceStateEnum BBDXamarinForms.iOS.Interfaces.Wrappers.Types.IBBDState.UserInterfaceState
getset

Which user interface is in front.

The BlackBerry Dynamics Runtime sets this property to BBDUserInterfaceStateEnum.BBDLibraryInFront when any of its built-in screens is in front of the application user interface.

The BlackBerry Dynamics Runtime sets this property to a different value otherwise