BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDApplicationState Interface Reference

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

Properties

BBDActivationState ActivationState [get]
 The current state of the BlackBerry Dynamics activation process. More...
 
IList< string > ActivationProcessingDescriptions [get]
 List of Activation State descriptions which are localized. More...
 

Events

EventHandler< BBDActivationEventArgsActivationEvent
 Callback for activation event. More...
 

Detailed Description

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

Property Documentation

◆ ActivationProcessingDescriptions

IList<string> BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDApplicationState.ActivationProcessingDescriptions
get

List of Activation State descriptions which are localized.

◆ ActivationState

BBDActivationState BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDApplicationState.ActivationState
get

The current state of the BlackBerry Dynamics activation process.

Event Documentation

◆ ActivationEvent

EventHandler<BBDActivationEventArgs> BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDApplicationState.ActivationEvent

Callback for activation event.