25 строки
1.2 KiB
YAML
25 строки
1.2 KiB
YAML
### YamlMime:JavaType
|
|
methods:
|
|
- fullName: com.microsoft.identity.client.IMsalEventReceiver.onEventsReceived(final List<Map<String, String>> events)
|
|
name: onEventsReceived(final List<Map<String, String>> events)
|
|
nameWithType: IMsalEventReceiver.onEventsReceived(final List<Map<String, String>> events)
|
|
parameters:
|
|
- description: <p>List of Maps keyed on event name, valued on event data </p>
|
|
name: events
|
|
type: <xref href="final+List%3CMap%3CString%2C+String%3E%3E?alt=final+List%3CMap%3CString%2C+String%3E%3E&text=final+List%3CMap%3CString%2C+String%3E%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Invoked when telemetry data is received.</p>
|
|
|
|
<p></p>
|
|
syntax: public void onEventsReceived(final List<Map<String, String>> events)
|
|
uid: com.microsoft.identity.client.IMsalEventReceiver.onEventsReceived(final List<Map<String, String>>)
|
|
nameWithType: IMsalEventReceiver
|
|
syntax: public interface IMsalEventReceiver
|
|
type: interface
|
|
uid: com.microsoft.identity.client.IMsalEventReceiver
|
|
fullName: com.microsoft.identity.client.IMsalEventReceiver
|
|
name: IMsalEventReceiver
|
|
package: com.microsoft.identity.client
|
|
summary: <p>The interface function for apps to override if they want to get the Telemetry from MSAL. </p>
|
|
metadata: {}
|