JobParameters.JobNamespace Property
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.
Get the namespace this job was placed in.
public virtual string? JobNamespace { [Android.Runtime.Register("getJobNamespace", "()Ljava/lang/String;", "GetGetJobNamespaceHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getJobNamespace", "()Ljava/lang/String;", "GetGetJobNamespaceHandler", ApiSince=34)>]
member this.JobNamespace : string
Property Value
The namespace this job was scheduled in. Will be null
if there was no
explicit namespace set and this job is therefore in the default namespace.
- Attributes
Remarks
Get the namespace this job was placed in.
Java documentation for android.app.job.JobParameters.getJobNamespace()
.
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.