Notification.CallStyle.ForIncomingCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("forIncomingCall", "(Landroid/app/Person;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Landroid/app/Notification$CallStyle;", "", ApiSince=31)]
public static Android.App.Notification.CallStyle ForIncomingCall (Android.App.Person person, Android.App.PendingIntent declineIntent, Android.App.PendingIntent answerIntent);
[<Android.Runtime.Register("forIncomingCall", "(Landroid/app/Person;Landroid/app/PendingIntent;Landroid/app/PendingIntent;)Landroid/app/Notification$CallStyle;", "", ApiSince=31)>]
static member ForIncomingCall : Android.App.Person * Android.App.PendingIntent * Android.App.PendingIntent -> Android.App.Notification.CallStyle
Parameters
- person
- Person
- declineIntent
- PendingIntent
- answerIntent
- PendingIntent
Returns
- Attributes