You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FirebaseAdmin/FirebaseAdmin/Messaging/Aps.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@
21
21
namespaceFirebaseAdmin.Messaging
22
22
{
23
23
/// <summary>
24
-
/// Represents the <see href="https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html">
25
-
/// aps dictionary</see> that is part of every APNs message.
24
+
/// Represents the <a href="https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html">
25
+
/// aps dictionary</a> that is part of every APNs message.
Copy file name to clipboardExpand all lines: FirebaseAdmin/FirebaseAdmin/Messaging/ApsAlert.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
namespaceFirebaseAdmin.Messaging
21
21
{
22
22
/// <summary>
23
-
/// Represents the <see href="https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW5">
24
-
/// alert property</see> that can be included in the <c>aps</c> dictionary of an APNs
23
+
/// Represents the <a href="https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/PayloadKeyReference.html#//apple_ref/doc/uid/TP40008194-CH17-SW5">
24
+
/// alert property</a> that can be included in the <c>aps</c> dictionary of an APNs
0 commit comments