SecurityLog.SecurityEvent.Data Property

Definition

Returns the payload contained in this log entry or null if there is no payload.

public Java.Lang.Object? Data { [Android.Runtime.Register("getData", "()Ljava/lang/Object;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getData", "()Ljava/lang/Object;", "", ApiSince=24)>]
member this.Data : Java.Lang.Object

Property Value

Attributes

Remarks

Returns the payload contained in this log entry or null if there is no payload.

Java documentation for android.app.admin.SecurityLog.SecurityEvent.getData().

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