AppInfo(Boolean) Constructor
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.
Creates a new AppInfo.
[Android.Runtime.Register(".ctor", "(Z)V", "", ApiSince=36)]
public AppInfo(bool installed);
[<Android.Runtime.Register(".ctor", "(Z)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.AppInfo : bool -> Android.AdServices.OnDevicePersonalization.AppInfo
Parameters
- installed
- Boolean
true
if the app is installed.
- Attributes
Remarks
Creates a new AppInfo.
Java documentation for android.adservices.ondevicepersonalization.AppInfo.AppInfo(boolean)
.
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.