Skip to content

Commit c86f315

Browse files
Firebase plugin integration xml docs.
1 parent 819713e commit c86f315

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sdk/Notifo.SDK.FirebasePlugin/NotifoMobilePushExtensions.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ public static class NotifoMobilePushExtensions
1717
private static readonly Lazy<IPushEventsProvider> CurrentPluginEventsProvider =
1818
new Lazy<IPushEventsProvider>(() => new PluginEventsProvider(), LazyThreadSafetyMode.PublicationOnly);
1919

20+
/// <summary>
21+
/// Use the firebase plugin as the push events provider.
22+
/// </summary>
23+
/// <param name="notifoMobilePush">
24+
/// The <see cref="INotifoMobilePush"/> instance.
25+
/// </param>
26+
/// <returns>The current instance.</returns>
2027
public static INotifoMobilePush UseFirebasePluginEventsProvider(this INotifoMobilePush notifoMobilePush) =>
2128
notifoMobilePush.SetPushEventsProvider(CurrentPluginEventsProvider.Value);
2229
}

0 commit comments

Comments
 (0)