Retrieves the Context this provider is running in.
Syntax
[get: Android.Runtime.Register("getContext", "()Landroid/content/Context;", "GetGetContextHandler")] public ContextContext { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Retrieves the Context this provider is running in. Only available once
ContentProvider.OnCreate has been called -- this will return null in the
constructor.