2 * Copyright 2017, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Brian Hill <supernova@warpmail.net>
23 STATE_DISPLAY_PROGRESS
,
24 STATE_GET_CONFIRMATION
,
30 // Message what values
31 static const uint32 kMsgTextUpdate
= 'iUPD';
32 static const uint32 kMsgProgressUpdate
= 'iPRO';
33 static const uint32 kMsgCancel
= 'iCAN';
34 static const uint32 kMsgCancelResponse
= 'iCRE';
35 static const uint32 kMsgUpdateConfirmed
= 'iCON';
36 static const uint32 kMsgWarningDismissed
= 'iWDI';
37 static const uint32 kMsgNetworkAlert
= 'iNAL';
38 static const uint32 kMsgRegister
= 'iREG';
39 static const uint32 kMsgFinalQuit
= 'iFIN';
42 #define kKeyHeader "key_header"
43 #define kKeyDetail "key_detail"
44 #define kKeyPackageName "key_packagename"
45 #define kKeyPackageCount "key_packagecount"
46 #define kKeyPercentage "key_percentage"
47 #define kKeyMessenger "key_messenger"
48 #define kKeyAlertResult "key_alertresult"