Closed hamorphis closed 9 years ago
I am trying to call the following overload:
static ofObject(target: any, propertyName: string, evaluator: android.animation.ITypeEvaluator<any>, values: native.Array<any>): android.animation.ObjectAnimator;
I am calling it like this:
animator = android.animation.ObjectAnimator.ofObject(nativeView, "backgroundColor", argbEvaluator, nativeArray);
The issue was resolved in the calling code. Closing this.
I am trying to call the following overload:
I am calling it like this: