PackageInstaller.PreapprovalDetails.Builder.SetIcon(Bitmap) 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.
The icon representing the app to be installed.
[Android.Runtime.Register("setIcon", "(Landroid/graphics/Bitmap;)Landroid/content/pm/PackageInstaller$PreapprovalDetails$Builder;", "", ApiSince=34)]
public Android.Content.PM.PackageInstaller.PreapprovalDetails.Builder SetIcon(Android.Graphics.Bitmap value);
[<Android.Runtime.Register("setIcon", "(Landroid/graphics/Bitmap;)Landroid/content/pm/PackageInstaller$PreapprovalDetails$Builder;", "", ApiSince=34)>]
member this.SetIcon : Android.Graphics.Bitmap -> Android.Content.PM.PackageInstaller.PreapprovalDetails.Builder
Parameters
- value
- Bitmap
Returns
- Attributes
Remarks
The icon representing the app to be installed.
Android reference for android.content.pm.PackageInstaller.PreapprovalDetails.Builder.setIcon.
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.