JniPeerMembers.JniStaticFields.SetValue Method

Definition

Overloads

SetValue(String, JniObjectReference)
SetValue(String, Boolean)
SetValue(String, Char)
SetValue(String, Double)
SetValue(String, Int16)
SetValue(String, Int32)
SetValue(String, Int64)
SetValue(String, SByte)
SetValue(String, Single)

SetValue(String, JniObjectReference)

public void SetValue (string encodedMember, Java.Interop.JniObjectReference value);
member this.SetValue : string * Java.Interop.JniObjectReference -> unit

Parameters

encodedMember
String

Remarks

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.

Applies to

SetValue(String, Boolean)

public void SetValue (string encodedMember, bool value);
member this.SetValue : string * bool -> unit

Parameters

encodedMember
String
value
Boolean

Remarks

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.

Applies to

SetValue(String, Char)

public void SetValue (string encodedMember, char value);
member this.SetValue : string * char -> unit

Parameters

encodedMember
String
value
Char

Remarks

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.

Applies to

SetValue(String, Double)

public void SetValue (string encodedMember, double value);
member this.SetValue : string * double -> unit

Parameters

encodedMember
String
value
Double

Remarks

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.

Applies to

SetValue(String, Int16)

public void SetValue (string encodedMember, short value);
member this.SetValue : string * int16 -> unit

Parameters

encodedMember
String
value
Int16

Remarks

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.

Applies to

SetValue(String, Int32)

public void SetValue (string encodedMember, int value);
member this.SetValue : string * int -> unit

Parameters

encodedMember
String
value
Int32

Remarks

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.

Applies to

SetValue(String, Int64)

public void SetValue (string encodedMember, long value);
member this.SetValue : string * int64 -> unit

Parameters

encodedMember
String
value
Int64

Remarks

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.

Applies to

SetValue(String, SByte)

public void SetValue (string encodedMember, sbyte value);
member this.SetValue : string * sbyte -> unit

Parameters

encodedMember
String
value
SByte

Remarks

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.

Applies to

SetValue(String, Single)

public void SetValue (string encodedMember, float value);
member this.SetValue : string * single -> unit

Parameters

encodedMember
String
value
Single

Remarks

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.

Applies to