Declared in GSLayer+MetricsKeysUI.h

GSMetricsKeysUI

States of metrics keys

Definition

typedef NS_OPTIONS(uint8_t, GSMetricsKeysUI ) {
   GSMetricsKeysOK = 0,
   GSMetricsKeysOutOfSync = 1 < < 0,
   GSMetricsKeysInvalid = 1 < < 1,
   GSMetricsKeysPlaceholder = 1 < < 2,
};

Constants

GSMetricsKeysOK

States of metrics keys

Declared In GSLayer+MetricsKeysUI.h.

GSMetricsKeysOutOfSync

States of metrics keys

Declared In GSLayer+MetricsKeysUI.h.

GSMetricsKeysInvalid

States of metrics keys

Declared In GSLayer+MetricsKeysUI.h.

GSMetricsKeysPlaceholder

States of metrics keys

Declared In GSLayer+MetricsKeysUI.h.