IntentFilter.AddDataAuthority(String, String)
IntentFilter.AddDataAuthority(String, String)
Method
Definition
Add a new Intent data authority to match against.
[Android.Runtime.Register("addDataAuthority", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public void AddDataAuthority (string host, string port);
member this.AddDataAuthority : string * string -> unit
Parameters
The host part of the authority to match. May start with a single '*' to wildcard the front of the host name.
Remarks
Portions of this page are modifications based on work created and shared by the