Language

ProfilingTrigger.TriggerTypeAppCompat Field

Definition

Caution

This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.

Trigger occurs when the system detects an anomalous behavior by the app which will become unsupported in future Android versions.

[Android.Runtime.Register("TRIGGER_TYPE_APP_COMPAT", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)]
public const Android.OS.ProfilingTriggerType TriggerTypeAppCompat = 11;
[<Android.Runtime.Register("TRIGGER_TYPE_APP_COMPAT", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingTriggerType enum directly instead of this field.", true)>]
val mutable TriggerTypeAppCompat : Android.OS.ProfilingTriggerType

Field Value

Value = 11
Attributes

Remarks

Trigger occurs when the system detects an anomalous behavior by the app which will become unsupported in future Android versions. The artifact returned will vary by the anomaly.

The tag returned with the ProfilingResult.getTag() will contain additional information about the app compatibility issues.

Android reference for android.os.ProfilingTrigger.TRIGGER_TYPE_APP_COMPAT.

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.

Applies to