SysEvent_Info_UpdateData Struct

Header: #include <applibs/sysevent.h>

A struct that contains information about update events.

This struct is returned by SysEvent_Info_GetUpdateData after passing in a SysEvent_Info struct that is returned by SysEvent_EventsCallback.

This struct is valid only when the event type is SysEvent_Events_UpdateReadyForInstall.

typedef struct SysEvent_Info_UpdateData {
    unsigned int max_deferral_time_in_minutes;
    SysEvent_UpdateType update_type;
} SysEvent_Info_UpdateData;

Members

max_deferral_time_in_minutes

The maximum allowed deferral time, in minutes. The deferral time indicates how long an event listener can defer the event. This parameter is only defined if the status of the event is SysEvent_Status_Pending.

update_type

The type of update event.