FFPushNotificationData_Status$json top-level constant
- @Deprecated('Use fFPushNotificationDataDescriptor instead')
Implementation
@$core.Deprecated('Use fFPushNotificationDataDescriptor instead')
const FFPushNotificationData_Status$json = {
'1': 'Status',
'2': [
{'1': 'STATUS_UNDEFINED', '2': 0},
{'1': 'started', '2': 1},
{'1': 'succeeded', '2': 2},
{'1': 'failed', '2': 3},
{'1': 'timed_out', '2': 4},
],
};