NetworkStatsManager.UsageCallback.OnThresholdReached(ConnectivityType, String) Method

Definition

[Android.Runtime.Register("onThresholdReached", "(ILjava/lang/String;)V", "GetOnThresholdReached_ILjava_lang_String_Handler", ApiSince=24)]
public abstract void OnThresholdReached (Android.Net.ConnectivityType networkType, string? subscriberId);
[<Android.Runtime.Register("onThresholdReached", "(ILjava/lang/String;)V", "GetOnThresholdReached_ILjava_lang_String_Handler", ApiSince=24)>]
abstract member OnThresholdReached : Android.Net.ConnectivityType * string -> unit

Parameters

networkType
ConnectivityType
subscriberId
String
Attributes

Remarks

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