Partager via


CloudMediaProvider.Call(String, String, Bundle) Method

Definition

Implementation is provided by the parent class.

[Android.Runtime.Register("call", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "", ApiSince=33)]
public override sealed Android.OS.Bundle Call (string method, string? arg, Android.OS.Bundle? extras);
[<Android.Runtime.Register("call", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "", ApiSince=33)>]
override this.Call : string * string * Android.OS.Bundle -> Android.OS.Bundle

Parameters

method
String
arg
String
extras
Bundle

Returns

Attributes

Remarks

Implementation is provided by the parent class. Cannot be overridden.

Java documentation for android.provider.CloudMediaProvider.call(java.lang.String, java.lang.String, android.os.Bundle).

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