Jump to content

interfaces.containingText ?


Pug

Recommended Posts

hey guys is it me or am i using this correctly and it isnt working??

    private State getState() 
    {
    	log("inside getState method");
	if(interfaces.containingText(123, "some random text") != null)
	{
	    log("example state STATE");
            return State.EXAMPLE_STATE;
        }
    }

not sure if im using containingText correctly, the code is giving me a != null on the first if statement all the time and i cant fix it..

Edited by Pug
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...