Context.AttributionTag 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.
Attribution can be used in complex apps to logically separate parts of the app.
public virtual string? AttributionTag { [Android.Runtime.Register("getAttributionTag", "()Ljava/lang/String;", "GetGetAttributionTagHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getAttributionTag", "()Ljava/lang/String;", "GetGetAttributionTagHandler", ApiSince=30)>]
member this.AttributionTag : string
Property Value
the attribution tag this context is for or null
if this is the default.
- Attributes
Remarks
Attribution can be used in complex apps to logically separate parts of the app. E.g. a blogging app might also have a instant messaging app built in. In this case two separate tags can for used each sub-feature.
Java documentation for android.content.Context.getAttributionTag()
.
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.