SnapDotNet.Apps.Notifications.ToastContent.ToastNotificationBase.IsIncomingCallToast C# (CSharp) Метод

IsIncomingCallToast() приватный Метод

private IsIncomingCallToast ( ) : bool
Результат bool
                private bool IsIncomingCallToast()
                {
                    return (IncomingCallCommands.ShowVideoCommand || IncomingCallCommands.ShowVoiceCommand || IncomingCallCommands.ShowDeclineCommand);
                }