LogReader.GetRequests(Instant, Instant) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a List of RequestLogRecords written by this IsolatedService within the specified time range.
[Android.Runtime.Register("getRequests", "(Ljava/time/Instant;Ljava/time/Instant;)Ljava/util/List;", "GetGetRequests_Ljava_time_Instant_Ljava_time_Instant_Handler", ApiSince=35)]
public virtual System.Collections.Generic.IList<Android.AdServices.OnDevicePersonalization.RequestLogRecord> GetRequests (Java.Time.Instant startTime, Java.Time.Instant endTime);
[<Android.Runtime.Register("getRequests", "(Ljava/time/Instant;Ljava/time/Instant;)Ljava/util/List;", "GetGetRequests_Ljava_time_Instant_Ljava_time_Instant_Handler", ApiSince=35)>]
abstract member GetRequests : Java.Time.Instant * Java.Time.Instant -> System.Collections.Generic.IList<Android.AdServices.OnDevicePersonalization.RequestLogRecord>
override this.GetRequests : Java.Time.Instant * Java.Time.Instant -> System.Collections.Generic.IList<Android.AdServices.OnDevicePersonalization.RequestLogRecord>
Parameters
- startTime
- Instant
- endTime
- Instant
Returns
- Attributes
Remarks
Retrieves a List of RequestLogRecords written by this IsolatedService within the specified time range.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.