Android.Provider.ContactsContract.IsProfileId Method
This method can be used to identify whether the given ID is associated with profile data.

Syntax

[Android.Runtime.Register("isProfileId", "(J)Z", "")]
public static bool IsProfileId (long id)

Parameters

id
The ID to check.

Returns

Documentation for this section has not yet been entered.

Remarks

This method can be used to identify whether the given ID is associated with profile data. It does not necessarily indicate that the ID is tied to valid data, merely that accessing data using this ID will result in profile access checks and will only return data from the profile.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14