How to show GPS strength signal in tizen / xamarin wearable app?

Roman Rusz 21 Reputation points
2021-04-06T08:54:56.927+00:00

Can someone help me how to simply show GSM strength signal? I am using TIZEN and XAMARIN in .NET C#

I found this on google, but it is not working, without any error

    `private Network network;

    public Network GetNetwork()
    {
        return network;
    }

    public void getGSMstrength()
    {

            var sila = GetNetwork();
            gsm.Text = sila.CurrentRssi.ToString();

    }`
Developer technologies | .NET | Xamarin
Developer technologies | C#
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.