LogReader.GetJoinedEvents(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 EventLogRecord with its corresponding RequestLogRecord written by this IsolatedService within the specified time range.
[Android.Runtime.Register("getJoinedEvents", "(Ljava/time/Instant;Ljava/time/Instant;)Ljava/util/List;", "GetGetJoinedEvents_Ljava_time_Instant_Ljava_time_Instant_Handler", ApiSince=35)]
public virtual System.Collections.Generic.IList<Android.AdServices.OnDevicePersonalization.EventLogRecord> GetJoinedEvents (Java.Time.Instant startTime, Java.Time.Instant endTime);
[<Android.Runtime.Register("getJoinedEvents", "(Ljava/time/Instant;Ljava/time/Instant;)Ljava/util/List;", "GetGetJoinedEvents_Ljava_time_Instant_Ljava_time_Instant_Handler", ApiSince=35)>]
abstract member GetJoinedEvents : Java.Time.Instant * Java.Time.Instant -> System.Collections.Generic.IList<Android.AdServices.OnDevicePersonalization.EventLogRecord>
override this.GetJoinedEvents : Java.Time.Instant * Java.Time.Instant -> System.Collections.Generic.IList<Android.AdServices.OnDevicePersonalization.EventLogRecord>
Parameters
- startTime
- Instant
- endTime
- Instant
Returns
- Attributes
Remarks
Retrieves a List of EventLogRecord with its corresponding RequestLogRecord 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.