ClassifiableContent.Builder(LocusId, String) 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.
Creates a new builder.
[Android.Runtime.Register(".ctor", "(Landroid/content/LocusId;Ljava/lang/String;)V", "", ApiSince=37)]
public Builder(Android.Content.LocusId locusId, string mimeType);
[<Android.Runtime.Register(".ctor", "(Landroid/content/LocusId;Ljava/lang/String;)V", "", ApiSince=37)>]
new Android.App.ContentSafety.ClassifiableContent.Builder : Android.Content.LocusId * string -> Android.App.ContentSafety.ClassifiableContent.Builder
Parameters
- locusId
- LocusId
the LocusId to set
- mimeType
- String
the MIME type of the content
- Attributes