AggregateException Enum

Definition

Enumerates values returned by the Automatic, KeepSeparate, and KeepTogether members.

public enum AggregateException
type AggregateException = 
Inheritance
AggregateException

Fields

Automatic 0

Allows the provider to automatically decide whether the specified raw contacts should be included in the same aggregate contact or not.

KeepSeparate 2

Makes sure that the specified raw contacts are NOT included in the same aggregate contact.

KeepTogether 1

Makes sure that the specified raw contacts are included in the same aggregate contact.

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