AppOpsManager.OnOpNotedCallback.OnSelfNoted(SyncNotedAppOp) 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.
Called when this app noted an app-op for its own package,
[Android.Runtime.Register("onSelfNoted", "(Landroid/app/SyncNotedAppOp;)V", "GetOnSelfNoted_Landroid_app_SyncNotedAppOp_Handler", ApiSince=30)]
public abstract void OnSelfNoted (Android.App.SyncNotedAppOp op);
[<Android.Runtime.Register("onSelfNoted", "(Landroid/app/SyncNotedAppOp;)V", "GetOnSelfNoted_Landroid_app_SyncNotedAppOp_Handler", ApiSince=30)>]
abstract member OnSelfNoted : Android.App.SyncNotedAppOp -> unit
Parameters
op noted
- Attributes
Remarks
Called when this app noted an app-op for its own package,
This is very similar to #onNoted
only that the tracking was not caused by the API provider in a separate process, but by one in the app's own process.
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.