SnapDotNet.Apps.Notifications.ToastContent.ToastNotificationBase.IsIncomingCallToast C# (CSharp) Method

IsIncomingCallToast() private method

private IsIncomingCallToast ( ) : bool
return bool
                private bool IsIncomingCallToast()
                {
                    return (IncomingCallCommands.ShowVideoCommand || IncomingCallCommands.ShowVoiceCommand || IncomingCallCommands.ShowDeclineCommand);
                }