Skip to content

Commit 3a70584

Browse files
More todos.
1 parent 631df87 commit 3a70584

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/Notifo.SDK/NotifoMobilePush/NotifoMobilePushImplementation.ios.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ private async Task<UNMutableNotificationContent> EnrichNotificationContentAsync(
170170

171171
if (error != null)
172172
{
173+
// TODO: Expose via error event.
173174
Log.Error(error.LocalizedDescription);
174175
}
175176

@@ -185,6 +186,7 @@ private async Task<UNMutableNotificationContent> EnrichNotificationContentAsync(
185186
}
186187
else
187188
{
189+
// TODO: Expose via error event.
188190
Log.Error(error.LocalizedDescription);
189191
}
190192
}

0 commit comments

Comments
 (0)