BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Networking.Connectivity.IBBDConnectivity Interface Reference

This interface represents the status of the connection from the application to the BlackBerry Dynamics infrastructure. It is also used to control the connection from the application to the BlackBerry Dynamics infrastructure. More...

Properties

bool IsPushChannelAvailable [get]
 Push Channel availability. More...
 

Events

EventHandler ConnectivityChanged
 The callback is invoked when there is a change to the BlackBerry Dynamics infrastructure connection status, or to the availability of the Push Channel service. More...
 

Detailed Description

This interface represents the status of the connection from the application to the BlackBerry Dynamics infrastructure. It is also used to control the connection from the application to the BlackBerry Dynamics infrastructure.

Every BlackBerry Dynamics application connects to the BlackBerry Dynamics infrastructure whenever possible. The connection is maintained by the BlackBerry Dynamics Runtime instance that is embedded in the application. The infrastructure includes the BlackBerry Dynamics Network Operation Center (NOC) as well as a number of other components that can be installed by the enterprise.

The current status can be obtained synchronously. It is also possible to receive notifications whenever the status changes.

Property Documentation

◆ IsPushChannelAvailable

bool BBDXamarinForms.Common.Interfaces.Networking.Connectivity.IBBDConnectivity.IsPushChannelAvailable
get

Push Channel availability.

The value of this property represents the availability of the BlackBerry Dynamics Push Channel service.

Returns
true if the Push Channel service is available, false otherwise.

Event Documentation

◆ ConnectivityChanged

EventHandler BBDXamarinForms.Common.Interfaces.Networking.Connectivity.IBBDConnectivity.ConnectivityChanged

The callback is invoked when there is a change to the BlackBerry Dynamics infrastructure connection status, or to the availability of the Push Channel service.