Android.OS.Bundle.PutByte Method
Inserts a byte value into the mapping of this Bundle, replacing any existing value for the given key.

Syntax

[Android.Runtime.Register("putByte", "(Ljava/lang/String;B)V", "")]
public void PutByte (string key, sbyte value)

Parameters

key
a String, or null
value
a byte

Remarks

Inserts a byte value into the mapping of this Bundle, replacing any existing value for the given key.

[Android Documentation]

Requirements

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