AggregationMode Enum

Definition

Enumerates values returned by several methods of AggregationMode.

public enum AggregationMode
type AggregationMode = 
Inheritance
AggregationMode

Fields

Default 0

Aggregation mode: aggregate immediately after insert or update operation(s) are complete.

Disabled 3
Immediate 1

Aggregation mode: aggregate at the time the raw contact is inserted/updated.

Suspended 2

Remarks

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