ContactsContract.DataUsageFeedback.FeedbackUri Property

Definition

The content:// style URI for sending usage feedback.

[Android.Runtime.Register("FEEDBACK_URI")]
public static Android.Net.Uri? FeedbackUri { get; }
[<Android.Runtime.Register("FEEDBACK_URI")>]
static member FeedbackUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The content:// style URI for sending usage feedback. Must be used with ContentResolver#update(Uri, ContentValues, String, String[]).

Java documentation for android.provider.ContactsContract.DataUsageFeedback.FEEDBACK_URI.

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