ContentResolver.ValidateSyncExtrasBundle(Bundle) 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.
Check that only values of the following types are in the Bundle: <ul> <li>Integer</li> <li>Long</li> <li>Boolean</li> <li>Float</li> <li>Double</li> <li>String</li> <li>Account</li> <li>null</li> </ul>
[Android.Runtime.Register("validateSyncExtrasBundle", "(Landroid/os/Bundle;)V", "")]
public static void ValidateSyncExtrasBundle (Android.OS.Bundle? extras);
[<Android.Runtime.Register("validateSyncExtrasBundle", "(Landroid/os/Bundle;)V", "")>]
static member ValidateSyncExtrasBundle : Android.OS.Bundle -> unit
Parameters
- extras
- Bundle
the Bundle to check
- Attributes
Remarks
Check that only values of the following types are in the Bundle: <ul> <li>Integer</li> <li>Long</li> <li>Boolean</li> <li>Float</li> <li>Double</li> <li>String</li> <li>Account</li> <li>null</li> </ul>
Java documentation for android.content.ContentResolver.validateSyncExtrasBundle(android.os.Bundle)
.
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.