Код: Выделить всё
NotificationCompat.Builder builder = new NotificationCompat.Builder(AndroidApp.Context, channelId)
.SetContentIntent(pendingIntent)
.SetContentTitle(pTitle)
.SetContentText(pBody)
.SetAutoCancel(true)
.SetLargeIcon(BitmapFactory.DecodeResource(AndroidApp.Context.Resources, Resource.Drawable.abc_btn_check_material))
.SetSmallIcon(Resource.Drawable.icon_test.png)
.SetDefaults((int)NotificationDefaults.Sound | (int)NotificationDefaults.Vibrate);
Есть ли способ сослаться на нужное изображение?

Спасибо!!!
Подробнее здесь: https://stackoverflow.com/questions/791 ... om-xamarin
Мобильная версия