PackageInstaller.SessionCallback.OnBadgingChanged(Int32) 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.
Badging details for an existing session has changed.
[Android.Runtime.Register("onBadgingChanged", "(I)V", "GetOnBadgingChanged_IHandler")]
public abstract void OnBadgingChanged (int sessionId);
[<Android.Runtime.Register("onBadgingChanged", "(I)V", "GetOnBadgingChanged_IHandler")>]
abstract member OnBadgingChanged : int -> unit
Parameters
- sessionId
- Int32
- Attributes
Remarks
Badging details for an existing session has changed. For example, the app icon or label has been updated.
Java documentation for android.content.pm.PackageInstaller.SessionCallback.onBadgingChanged(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.