AutofillNoiseInjectedData.RetainedBitMask Property
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.
Returns a bit mask indicating which bits were retained for each byte in the payload
returned by #getNoiseInjectedPayload().
public sbyte RetainedBitMask { [Android.Runtime.Register("getRetainedBitMask", "()B", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getRetainedBitMask", "()B", "", ApiSince=37)>]
member this.RetainedBitMask : sbyte
Property Value
A byte where each bit corresponds to a bit position in a byte. If the n-th bit (0 <= n <= 7) is set, it means the n-th bit of each byte in the payload is retained.
- Attributes
Remarks
Returns a bit mask indicating which bits were retained for *each byte* in the payload returned by getNoiseInjectedPayload(). Bits not retained are marked as 0 in the returned payload. The same bit mask is applied to every byte in the payload.
Android reference for android.view.autofill.AutofillNoiseInjectedData.getRetainedBitMask.
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.