AccessControlProfileId Constructors

Definition

Overloads

AccessControlProfileId(Int32)

Constructs a new object holding a numerical identifier.

AccessControlProfileId(IntPtr, JniHandleOwnership)

AccessControlProfileId(Int32)

Constructs a new object holding a numerical identifier.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)]
public AccessControlProfileId (int id);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)>]
new Android.Security.Identity.AccessControlProfileId : int -> Android.Security.Identity.AccessControlProfileId

Parameters

id
Int32

the identifier.

Attributes

Remarks

Constructs a new object holding a numerical identifier.

The identifier must be a non-negative number and less than 32.

Java documentation for android.security.identity.AccessControlProfileId.AccessControlProfileId(int).

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

AccessControlProfileId(IntPtr, JniHandleOwnership)

protected AccessControlProfileId (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Identity.AccessControlProfileId : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Identity.AccessControlProfileId

Parameters

javaReference
IntPtr

nativeint

Applies to