ViewAsserts.AssertGroupIntegrity(ViewGroup) 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.
Assert the specified group's integrity.
[Android.Runtime.Register("assertGroupIntegrity", "(Landroid/view/ViewGroup;)V", "")]
public static void AssertGroupIntegrity (Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("assertGroupIntegrity", "(Landroid/view/ViewGroup;)V", "")>]
static member AssertGroupIntegrity : Android.Views.ViewGroup -> unit
Parameters
- parent
- ViewGroup
The group whose integrity to check
- Attributes
Remarks
Assert the specified group's integrity. The children count should be >= 0 and each child should be non-null.
Java documentation for android.test.ViewAsserts.assertGroupIntegrity(android.view.ViewGroup)
.
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.