PccSandboxManager.WriteToAuditLog(PersistableBundle) 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.
Writes data to the audit log, if audit mode is enabled.
[Android.Runtime.Register("writeToAuditLog", "(Landroid/os/PersistableBundle;)V", "", ApiSince=37)]
public void WriteToAuditLog(Android.OS.PersistableBundle data);
[<Android.Runtime.Register("writeToAuditLog", "(Landroid/os/PersistableBundle;)V", "", ApiSince=37)>]
member this.WriteToAuditLog : Android.OS.PersistableBundle -> unit
Parameters
- data
- PersistableBundle
The data to write to the audit log.
- Attributes
Remarks
Writes data to the audit log, if audit mode is enabled. Otherwise, does nothing.
Nested Bundles are supported up to a depth of 100.
Android reference for android.app.privatecompute.PccSandboxManager.writeToAuditLog.
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.