JobInfo.TriggerContentUri(Uri, TriggerContentUriFlags) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.