ContextParams.ShouldRegisterAttributionSource Method
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.
[Android.Runtime.Register("shouldRegisterAttributionSource", "()Z", "", ApiSince=35)]
public bool ShouldRegisterAttributionSource();
[<Android.Runtime.Register("shouldRegisterAttributionSource", "()Z", "", ApiSince=35)>]
member this.ShouldRegisterAttributionSource : unit -> bool
Returns
Whether the attribution source associated with the Context being created should be registered.
- Attributes
Remarks
Java documentation for android.content.ContextParams.shouldRegisterAttributionSource().
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.