Knox Tizen Wearable SDK
mdm_history_purge_status_t Struct Reference

Status of automatic history purges. More...

#include <device_inventory.h>

Data Fields

uint64_t interval
 
int64_t last_purge_date
 
uint64_t sms_record_purged_recently
 
uint64_t sms_record_purged_total
 
uint64_t call_record_purged_recently
 
uint64_t call_record_purged_total
 

Detailed Description

Status of automatic history purges.

Since (Knox_wearable):
1.1.0
Since (Tizen):
2.4.0.4

Definition at line 4245 of file device_inventory.h.

Field Documentation

uint64_t mdm_history_purge_status_t::call_record_purged_recently

Number of call removed during last automatic purge.

Definition at line 4269 of file device_inventory.h.

uint64_t mdm_history_purge_status_t::call_record_purged_total

Total number of calls removed since enabling automatic purge.

Definition at line 4274 of file device_inventory.h.

uint64_t mdm_history_purge_status_t::interval

Interval set by mdm_history_set_purge_interval().

Definition at line 4249 of file device_inventory.h.

int64_t mdm_history_purge_status_t::last_purge_date

Timestamp in seconds since start of epoch when automatic removal occured.

Definition at line 4254 of file device_inventory.h.

uint64_t mdm_history_purge_status_t::sms_record_purged_recently

Number of SMSes removed during last automatic purge.

Definition at line 4259 of file device_inventory.h.

uint64_t mdm_history_purge_status_t::sms_record_purged_total

Total number of SMSes removed since enabling automatic purge.

Definition at line 4264 of file device_inventory.h.


The documentation for this struct was generated from the following file: