<copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
<description>Telephony API for Tizen.Net</description>
<dependencies>
- <dependency id="Tizen" version="1.0.3" />
+ <dependency id="Tizen" version="1.0.4" />
</dependencies>
</metadata>
<files>
/// <exception cref="UnauthorizedAccessException">Incase of Privileges are not defined</exception>
/// <exception cref="NotSupportedException">Incase of Telephony is not supported</exception>>
/// <exception cref="OutOfMemoryException">Incase of Out of Memory</exception>>
- public List<CallHandle> GetCallHandleList()
+ public IEnumerable<CallHandle> GetCallHandleList()
{
uint count;
_callList = new IntPtr();
/// 1. Operation Not Supported
/// 2. Operation Failed
/// </exception>
- public void SetNotificationId(List<ChangeNotificationEventArgs.Notification> list)
+ public void SetNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
{
try
{
/// 1. Operation Not Supported
/// 2. Operation Failed
/// </exception>
- public void RemoveNotificationId(List<ChangeNotificationEventArgs.Notification> list)
+ public void RemoveNotificationId(IEnumerable<ChangeNotificationEventArgs.Notification> list)
{
foreach (ChangeNotificationEventArgs.Notification n in list)
{
/// 2. If the operation is not supported on device
/// 3. If the Operation Failed
/// </exception>
- public static List<SlotHandle> Init()
+ public static IEnumerable<SlotHandle> Init()
{
//DeInitialize Previous Handles if present
if (_isInitialized)
Name: csapi-telephony
Summary: Tizen Telephony API for C#
-Version: 1.0.3
+Version: 1.0.4
Release: 1
Group: Development/Libraries
License: Apache-2.0