NetworkStatsManager.UsageCallback.OnThresholdReached Método

Definição

Chamado quando o uso de dados atingiu o limite especificado.

[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

Parâmetros

networkType
ConnectivityType
subscriberId
String
Atributos

Comentários

Chamado quando o uso de dados atingiu o limite especificado.

Java documentação para android.app.usage.NetworkStatsManager.UsageCallback.onThresholdReached(int, java.lang.String).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a