다음을 통해 공유


TvView.TvInputCallback.OnSignalStrengthUpdated(String, Int32) Method

Definition

This is called when signal strength is updated.

[Android.Runtime.Register("onSignalStrengthUpdated", "(Ljava/lang/String;I)V", "GetOnSignalStrengthUpdated_Ljava_lang_String_IHandler", ApiSince=33)]
public virtual void OnSignalStrengthUpdated (string inputId, int strength);
[<Android.Runtime.Register("onSignalStrengthUpdated", "(Ljava/lang/String;I)V", "GetOnSignalStrengthUpdated_Ljava_lang_String_IHandler", ApiSince=33)>]
abstract member OnSignalStrengthUpdated : string * int -> unit
override this.OnSignalStrengthUpdated : string * int -> unit

Parameters

inputId
String

The ID of the TV input bound to this view.

strength
Int32

The current signal strength.

Attributes

Remarks

This is called when signal strength is updated.

Java documentation for android.media.tv.TvView.TvInputCallback.onSignalStrengthUpdated(java.lang.String, 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