I want to create a full screen notification.I have achieved a notification by using the following code. What changes do i need to make it a full screen notification.
try to add both SetStyle and SetPriorityas as the following: (it is working fine for me)
SetStyle
SetPriorityas
.SetStyle(new Notification.BigTextStyle().BigText(message.Long_Message)) .SetPriority((int)NotificationPriority.Max)