ContactsContract.DeferredSnippeting Field
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.
A key to a boolean in the "extras" bundle of the cursor.
[Android.Runtime.Register("DEFERRED_SNIPPETING")]
public const string DeferredSnippeting;
[<Android.Runtime.Register("DEFERRED_SNIPPETING")>]
val mutable DeferredSnippeting : string
Field Value
- Attributes
Remarks
A key to a boolean in the "extras" bundle of the cursor. The boolean indicates that the provider did not create a snippet and that the client asking for the snippet should do it (true means the snippeting was deferred to the client).
Java documentation for android.provider.ContactsContract.DEFERRED_SNIPPETING
.
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.