BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Push.IBBDPushChannelFactory Interface Reference

Interface containing methods for creating IBBDPushChannel. More...

Public Member Functions

IBBDPushChannel CreateBBDPushChannel (string pushChannelIdentifier)
 Creates BBD Push Channel. More...
 

Detailed Description

Interface containing methods for creating IBBDPushChannel.

Member Function Documentation

◆ CreateBBDPushChannel()

IBBDPushChannel BBDXamarinForms.Common.Interfaces.Push.IBBDPushChannelFactory.CreateBBDPushChannel ( string  pushChannelIdentifier)

Creates BBD Push Channel.

Parameters
pushChannelIdentifierString containing the identifier for Push Channel.
Returns
IBBDPushChannel object.