mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Android specifics in C# wrapper now under ifdef
This commit is contained in:
parent
19cdddf750
commit
13562a5002
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue