Language

Notification.Metric.TimeDifference.FormatAdaptive Field

Definition

Caution

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

Formatting option: adaptive (e.g. 1h 5m; 15m; 1m 30s; 5s).

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

Field Value

Value = 1
Attributes

Remarks

Formatting option: adaptive (e.g. 1h 5m; 15m; 1m 30s; 5s).

Android reference for android.app.Notification.Metric.TimeDifference.FORMAT_ADAPTIVE.

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