DeviceAdminInfo.ReceiverName Property

Definition

Return the class name of the receiver component that implements this device admin.

public string? ReceiverName { [Android.Runtime.Register("getReceiverName", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getReceiverName", "()Ljava/lang/String;", "")>]
member this.ReceiverName : string

Property Value

String
Attributes

Remarks

Java documentation for android.app.admin.DeviceAdminInfo.getReceiverName().

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