Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StartComponent

Options for the component type that started the app.
Read time 1 minuteLast updated 6 days ago

Definition

public enum StartComponent

Remarks

Use this enum with the _startComponent property. Available on API level 36+.

Fields

Value

Description

ActivityMirrors
android:public static final int START_COMPONENT_ACTIVITY
.
BroadcastMirrors
android:public static final int START_COMPONENT_BROADCAST
.
ContentProviderMirrors
android:public static final int START_COMPONENT_CONTENT_PROVIDER
.
OtherMirrors
android:public static final int START_COMPONENT_OTHER
.
ServiceMirrors
android:public static final int START_COMPONENT_SERVICE
.