JobInfo.TriggerContentUri(Uri, TriggerContentUriFlags) Constructor

Definition

Create a new trigger description.

[Android.Runtime.Register(".ctor", "(Landroid/net/Uri;I)V", "", ApiSince=24)]
public TriggerContentUri (Android.Net.Uri uri, Android.App.Job.TriggerContentUriFlags flags);
[<Android.Runtime.Register(".ctor", "(Landroid/net/Uri;I)V", "", ApiSince=24)>]
new Android.App.Job.JobInfo.TriggerContentUri : Android.Net.Uri * Android.App.Job.TriggerContentUriFlags -> Android.App.Job.JobInfo.TriggerContentUri

Parameters

uri
Uri

The URI to observe. Must be non-null.

flags
TriggerContentUriFlags

Flags for the observer.

Attributes

Remarks

Create a new trigger description.

Java documentation for android.app.job.JobInfo.TriggerContentUri.JobInfo$TriggerContentUri(android.net.Uri, int).

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