Android specifics in C# wrapper now under ifdef

This commit is contained in:
Sylvain Berfini 2017-04-21 11:37:38 +02:00
parent 19cdddf750
commit 13562a5002

View file

@ -162,6 +162,7 @@ namespace Linphone
}
}
#if ANDROID
public class LinphoneAndroid
{
[DllImport(LinphoneWrapper.LIB_NAME)]
@ -184,6 +185,7 @@ namespace Linphone
setMediastreamerAndroidContext(jnienv, context);
}
}
#endif
#endregion
#region Enums