Share via


CallLog.Calls.FeaturesPulledExternally Field

Definition

Call was pulled externally.

[Android.Runtime.Register("FEATURES_PULLED_EXTERNALLY", ApiSince=25)]
public const int FeaturesPulledExternally = 2;
[<Android.Runtime.Register("FEATURES_PULLED_EXTERNALLY", ApiSince=25)>]
val mutable FeaturesPulledExternally : int

Field Value

Value = 2
Attributes

Remarks

Call was pulled externally.

Java documentation for android.provider.CallLog.Calls.FEATURES_PULLED_EXTERNALLY.

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