StreamingServiceCallback.OnBroadcastSignalStrengthUpdated(Int32) Method

Definition

Broadcast Signal Strength updated.

[Android.Runtime.Register("onBroadcastSignalStrengthUpdated", "(I)V", "GetOnBroadcastSignalStrengthUpdated_IHandler", ApiSince=28)]
public virtual void OnBroadcastSignalStrengthUpdated (int signalStrength);
[<Android.Runtime.Register("onBroadcastSignalStrengthUpdated", "(I)V", "GetOnBroadcastSignalStrengthUpdated_IHandler", ApiSince=28)>]
abstract member OnBroadcastSignalStrengthUpdated : int -> unit
override this.OnBroadcastSignalStrengthUpdated : int -> unit

Parameters

signalStrength
Int32
Attributes

Remarks

Java documentation for android.telephony.mbms.StreamingServiceCallback.onBroadcastSignalStrengthUpdated(int).

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