IGroupCallCallback.OnBroadcastSignalStrengthUpdated(Int32) Method

Definition

Broadcast Signal Strength updated.

[Android.Runtime.Register("onBroadcastSignalStrengthUpdated", "(I)V", "GetOnBroadcastSignalStrengthUpdated_IHandler:Android.Telephony.Mbms.IGroupCallCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public virtual void OnBroadcastSignalStrengthUpdated (int signalStrength);
[<Android.Runtime.Register("onBroadcastSignalStrengthUpdated", "(I)V", "GetOnBroadcastSignalStrengthUpdated_IHandler:Android.Telephony.Mbms.IGroupCallCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member OnBroadcastSignalStrengthUpdated : int -> unit
override this.OnBroadcastSignalStrengthUpdated : int -> unit

Parameters

signalStrength
Int32
Attributes

Remarks

Broadcast Signal Strength updated.

This signal strength is the BROADCAST signal strength which, depending on technology in play and it's deployment, may be stronger or weaker than the traditional UNICAST signal strength. It a simple int from 0-4 for valid levels or #SIGNAL_STRENGTH_UNAVAILABLE if broadcast is not available for this call due to timing, geography or popularity.

Java documentation for android.telephony.mbms.GroupCallCallback.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