Namespace: DeltaEngine.Editor.AppBuilder.AndroidAssembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
public bool IsAppInstalled(
AndroidDevice device,
string fullAppName
)
public bool IsAppInstalled(
AndroidDevice device,
string fullAppName
)
Public Function IsAppInstalled (
device As AndroidDevice,
fullAppName As String
) As Boolean
Public Function IsAppInstalled (
device As AndroidDevice,
fullAppName As String
) As Boolean
public:
bool IsAppInstalled(
AndroidDevice^ device,
String^ fullAppName
)
public:
bool IsAppInstalled(
AndroidDevice^ device,
String^ fullAppName
)
member IsAppInstalled :
device : AndroidDevice *
fullAppName : string -> bool
member IsAppInstalled :
device : AndroidDevice *
fullAppName : string -> bool
Return Value
Type:
Boolean