Android.Content.ContentResolver.ValidateSyncExtrasBundle Method
Check that only values of the following types are in the Bundle:

Syntax

[Android.Runtime.Register("validateSyncExtrasBundle", "(Landroid/os/Bundle;)V", "")]
public static void ValidateSyncExtrasBundle (Android.OS.Bundle extras)

Parameters

extras
the Bundle to check

Remarks

Check that only values of the following types are in the Bundle:

  • Integer
  • Long
  • Boolean
  • Float
  • Double
  • String
  • Account
  • null

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1