Freigeben über


LogReader.GetJoinedEvents(Instant, Instant) Method

Definition

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.

Java documentation for android.adservices.ondevicepersonalization.LogReader.getJoinedEvents(java.time.Instant, java.time.Instant).

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.

Applies to