79462301

Date: 2025-02-24 02:06:50
Score: 1
Natty:
Report link
var notification = new NotificationCompat.Builder(context, CHANNEL_ID)
.SetSmallIcon(Resource.Drawable.ic_stat_name)
.SetContentTitle(title)
.SetContentText(body)
.Build();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charles Henington