File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
sdk/Notifo.SDK.FirebasePlugin Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ public static class NotifoMobilePushExtensions
17
17
private static readonly Lazy < IPushEventsProvider > CurrentPluginEventsProvider =
18
18
new Lazy < IPushEventsProvider > ( ( ) => new PluginEventsProvider ( ) , LazyThreadSafetyMode . PublicationOnly ) ;
19
19
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>
20
27
public static INotifoMobilePush UseFirebasePluginEventsProvider ( this INotifoMobilePush notifoMobilePush ) =>
21
28
notifoMobilePush . SetPushEventsProvider ( CurrentPluginEventsProvider . Value ) ;
22
29
}
You can’t perform that action at this time.
0 commit comments