SipManager.IsIncomingCallIntent(Intent) Method

Definition

Caution

deprecated

Checks if the intent is an incoming call broadcast intent.

[Android.Runtime.Register("isIncomingCallIntent", "(Landroid/content/Intent;)Z", "")]
[System.Obsolete("deprecated")]
public static bool IsIncomingCallIntent (Android.Content.Intent? intent);
[<Android.Runtime.Register("isIncomingCallIntent", "(Landroid/content/Intent;)Z", "")>]
[<System.Obsolete("deprecated")>]
static member IsIncomingCallIntent : Android.Content.Intent -> bool

Parameters

intent
Intent

the intent in question

Returns

Boolean

true if the intent is an incoming call broadcast intent

Attributes

Remarks

Java documentation for android.net.sip.SipManager.isIncomingCallIntent(android.content.Intent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to