- data
- The Uri of the data this intent is now targeting.
Documentation for this section has not yet been entered.
Set the data this intent is operating on. This method automatically clears any type that was previously set by Intent.SetType(string) or Intent.SetTypeAndNormalize(string).
Note: scheme matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, you should always write your Uri with a lower case scheme, or use Android.Net.Uri.NormalizeScheme or Intent.SetDataAndNormalize(Android.Net.Uri) to ensure that the scheme is converted to lower case.