Unable to click on the hyperlink area present within the sentence

Hello All,
I am a new comer in Appium. I am trying to automate a native app today on
Andriod. I am using UIAutomatior tool for Object Inspection.

Now
in the app,there is a hyperlink area ( join Finnair Plus) present
within the sentence that I need to click in order to go to the next
page. But I am unable to do so. I have tried with all the options like
using linkText,partialLinkText.
WebElement login_in1=driver.findElement(By.partialLinkText(“join Finnair Plus”));login_in1.click();

or
WebElement login_in1=driver.findElement(By.LinkText(“join Finnair Plus”));login_in1.click();

I am sharing with you the Device Screenshot for your easy reference purpose.

Any help on this would be highly appreciated please.