react-native-get-sms-android icon indicating copy to clipboard operation
react-native-get-sms-android copied to clipboard

Filter by minDate

Open Pradye opened this issue 4 years ago • 0 comments

{ "_id": 1234, "thread_id": 3, "address": "2900", "person": -1, "date": 1365053816196,
}

Will the date attribute be unique (even diff in ms). Asking this because to fetch sms based on date filter by setting "minDate": lastReadDate +1

  • lastReadDate = Store the latest sms date value.
  • Not setting maxDate

Please advise if this would work.

Pradye avatar Feb 03 '21 00:02 Pradye