linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] RegistrationState - Linphone Android


From: Leonard Fodje
Subject: [Linphone-developers] RegistrationState - Linphone Android
Date: Tue, 29 Jan 2013 12:55:07 -0600

How can I check the Registration State using an if statement.
 
I am doing
 
    if (RegistrationState.RegistrationOk == state )
           {
            //Do Something;
            }
 
but I am getting the error “State” cannot be resolved to a variable. I will appreciate any help.
 
Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]