LockNotificationEventType top-level constant

EnumTypeDefinitionNode const LockNotificationEventType

Implementation

const LockNotificationEventType = _i1.EnumTypeDefinitionNode(
    name: _i1.NameNode(value: 'LockNotificationEventType'),
    directives: [],
    values: [
      _i1.EnumValueDefinitionNode(
          name: _i1.NameNode(value: 'AUTO_RELOCK'), directives: []),
      _i1.EnumValueDefinitionNode(
          name: _i1.NameNode(value: 'ONE_TOUCH_LOCKING'), directives: []),
      _i1.EnumValueDefinitionNode(
          name: _i1.NameNode(value: 'THUMBTURN'), directives: []),
      _i1.EnumValueDefinitionNode(
          name: _i1.NameNode(value: 'VIRTUAL_KEY'), directives: [])
    ]);