Partager via


MediaRouter2.RoutingController.WasTransferInitiatedBySelf Method

Definition

Returns whether the transfer was initiated by the calling app (as determined by comparing UserHandle and package name).

[Android.Runtime.Register("wasTransferInitiatedBySelf", "()Z", "GetWasTransferInitiatedBySelfHandler", ApiSince=35)]
public virtual bool WasTransferInitiatedBySelf ();
[<Android.Runtime.Register("wasTransferInitiatedBySelf", "()Z", "GetWasTransferInitiatedBySelfHandler", ApiSince=35)>]
abstract member WasTransferInitiatedBySelf : unit -> bool
override this.WasTransferInitiatedBySelf : unit -> bool

Returns

Attributes

Remarks

Returns whether the transfer was initiated by the calling app (as determined by comparing UserHandle and package name).

Java documentation for android.media.MediaRouter2.RoutingController.wasTransferInitiatedBySelf().

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