Take arrangement as input in extensions

@SimpleFunction(description = "Test arangement input")
       public void Start(HVArrangement arrangement) {
       //Some activity 
     }

I have this code, I get the error called cannot find symbol.

 
%SERVER_WORKSPACE%/appinventor/components/src/com/extension/AndroTools/xoma/GradientAnimation.java:40: error: cannot find symbol
    [javac]     public void Start(HVArrangement arrangement) {
    [javac]                                ^

Is there any external imports I am missing? If yes which import I am missing? Or my code is wrong?

I was referring custom webview source : @vknow360

Please help me

See here:

2 Likes

Thanks now I don't get that error.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.