SipManager.IsIncomingCallIntent(Intent) 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.
Checks if the intent is an incoming call broadcast intent.
[Android.Runtime.Register("isIncomingCallIntent", "(Landroid/content/Intent;)Z", "")]
public static bool IsIncomingCallIntent (Android.Content.Intent? intent);
[<Android.Runtime.Register("isIncomingCallIntent", "(Landroid/content/Intent;)Z", "")>]
static member IsIncomingCallIntent : Android.Content.Intent -> bool
Parameters
- intent
- Intent
the intent in question
Returns
true if the intent is an incoming call broadcast intent
- Attributes
Remarks
Checks if the intent is an incoming call broadcast intent.
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.