ClassifiableContent.OriginatingPackageName 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.
Returns the package name of the app that requested the classification.
public string? OriginatingPackageName { [Android.Runtime.Register("getOriginatingPackageName", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getOriginatingPackageName", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.OriginatingPackageName : string
Property Value
the originating package name, or null if the originating package is unknown
or not provided
- Attributes