Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidLaunchReport.Launch

Provides information about the application launched on a single Android device.
Read time 1 minuteLast updated 6 days ago

Definition

public class AndroidLaunchReport.Launch

Properties

Property

Description

ActivityNameThe name of the Android activity used for launching the application.
DeviceIdThe unique identifier of the Android device on which the application was launched.
ErrorsProvides description about the error when the application fails to launch on a device, otherwise contains an empty string.
PackageNameThe package name used for the application launched on an Android device.
SuccessThe outcome of the application launch process.