azure_notification_hub_new

Creator: coderz1093

Last updated:

0 purchases

azure_notification_hub_new Image
azure_notification_hub_new Images

Languages

Categories

Add to Cart

Description:

azure notification hub new

Azure Notification Hub New #
Overview #
azure_notification_hub_new is a Flutter package designed to seamlessly integrate with Azure Notification Hub. It simplifies the process of handling push notifications in Flutter applications. With this package, you can efficiently receive and process notifications.
Features #

Easy integration with Azure Notification Hub.
Handles different notification states: launch, resume, and receive.
Capture and manage notification tokens.

Installation #
To use azure_notification_hub_new, add the following to your pubspec.yaml file:
dependencies:
azure_notification_hub_new: ^1.0.7
copied to clipboard
Then import the package in your code:
import 'package:azure_notification_hub_new/azure_notification_hub_new.dart';

AzureNotificationHubNew azureNotificationHubNew = AzureNotificationHubNew();

azureNotificationHubNew.configure(
onLaunch: (Map<String, dynamic> message) async {
print('onLaunch: $message');
},
onResume: (Map<String, dynamic> message) async {
print('onResume: $message');
},
onMessage: (Map<String, dynamic> message) async {
print('onMessage: $message');
},
);



copied to clipboard
Dependency #
To use azure_notification_hub_new in your Flutter project, add the following dependency to your pubspec.yaml file:
dependencies:
azure_notification_hub_new: ^1.0.7
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.