Compartir a través de


StreamingService.ReasonOutOfMemory Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Telephony.Mbms.StreamingStateChangedReason enum directly instead of this field.

El estado ha cambiado debido a que el middleware se está quedando sin memoria

[Android.Runtime.Register("REASON_OUT_OF_MEMORY", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Mbms.StreamingStateChangedReason enum directly instead of this field.", true)]
public const Android.Telephony.Mbms.StreamingStateChangedReason ReasonOutOfMemory = 4;
[<Android.Runtime.Register("REASON_OUT_OF_MEMORY", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Mbms.StreamingStateChangedReason enum directly instead of this field.", true)>]
val mutable ReasonOutOfMemory : Android.Telephony.Mbms.StreamingStateChangedReason

Valor de campo

Value = 4
Atributos

Comentarios

El estado ha cambiado debido a que el middleware se está quedando sin memoria

Documentación de Java para android.telephony.mbms.StreamingService.REASON_OUT_OF_MEMORY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a