YMKConflictResolutionMode

enum YMKConflictResolutionMode : NSUInteger {}

Determines how feature participates in conflict resolution.

Summary

Enum cases

YMKConflictResolutionModeMinor
Feature can be hidden (if supported) due to conflict with higher feature but will not conflict with lower features

YMKConflictResolutionModeEqual
Feature can be hidden (if supported) due to conflict with higher feature and can displace lower features

YMKConflictResolutionModeMajor
Feature can NOT be hidden but can displace lower features

YMKConflictResolutionModeIgnore
Feature doesn't participate in conflict resolution

Enum cases

YMKConflictResolutionModeMinor

YMKConflictResolutionModeMinor

Feature can be hidden (if supported) due to conflict with higher feature but will not conflict with lower features.


YMKConflictResolutionModeEqual

YMKConflictResolutionModeEqual

Feature can be hidden (if supported) due to conflict with higher feature and can displace lower features.


YMKConflictResolutionModeMajor

YMKConflictResolutionModeMajor

Feature can NOT be hidden but can displace lower features.


YMKConflictResolutionModeIgnore

YMKConflictResolutionModeIgnore

Feature doesn't participate in conflict resolution.