BidirectionalTypeConverter.ConvertBack(Object) 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.
Does a conversion from the target type back to the source type.
[Android.Runtime.Register("convertBack", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetConvertBack_Ljava_lang_Object_Handler")]
public abstract Java.Lang.Object? ConvertBack (Java.Lang.Object? value);
[<Android.Runtime.Register("convertBack", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetConvertBack_Ljava_lang_Object_Handler")>]
abstract member ConvertBack : Java.Lang.Object -> Java.Lang.Object
Parameters
- value
- Object
The Object to convert.
Returns
A value of type T, converted from value
.
- Attributes
Remarks
Does a conversion from the target type back to the source type. The subclass must implement this when a TypeConverter is used in animations and current values will need to be read for an animation.
Java documentation for android.animation.BidirectionalTypeConverter.convertBack(V)
.
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.