Android.Views.Accessibility.AccessibilityRecord.AddedCount Property
Gets the number of added characters.

Syntax

[get: Android.Runtime.Register("getAddedCount", "()I", "GetGetAddedCountHandler")]
[set: Android.Runtime.Register("setAddedCount", "(I)V", "GetSetAddedCount_IHandler")]
public virtual int AddedCount { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the number of added characters.

Set method documentation [Android Documentation]

Sets the number of added characters.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4