#cpp
sv.AddComponent("This is test"); //Вызов метода
#cpp
public void AddComponent(String name) { // Сам метод
Toast.makeText(getContext(), "Touch in place, where component will draw", Toast.LENGTH_SHORT).show();
//TouchComponentLocation = 1;
}
При пустом методе то же самое будет.