void SetContentIntent(IPlatformNotificationBuilder builder, ToastId toastId)
 {
     builder.SetContentIntent(
         builder.GetForceOpenAppOnNotificationTap()
         ? CreateLaunchIntent(builder, toastId)
         : CreateContentOrDeleteIntent(IntentConstants.KTapped, builder, toastId));
 }