C# Class DetectApps.UWP.StoreHelper

Store helper class.
显示文件 Open project: martinsuchan/wpdev.samples

Public Methods

Method Description
IsAppInstalledAsync ( string packageName ) : Task

Check if target packageName is installed on this device.

Method Details

IsAppInstalledAsync() public static method

Check if target packageName is installed on this device.
public static IsAppInstalledAsync ( string packageName ) : Task
packageName string Package name in format: "949FFEAB.Email.cz_refxrrjvvv3cw"
return Task