SamsungDForum / SmartViewSDKCastVideo

Smart View SDK Reference app to cast video
34 stars 16 forks source link

Support for ObjC project. #13

Open zyqhi opened 10 months ago

zyqhi commented 10 months ago

Out project use objc as primary language, but when use smart-view-sdk 3.1, some member methods of class (such as Service) cannot found. It should be due to these member methods are not marked as @objc available.

for example the class Service, lots of required methods are missing when call in objc context.

img_v3_026t_7b1267fa-cf35-4be3-b98d-b687dff0be6g

img_v3_026t_897d35d1-a733-45be-8f03-987f0d556b1g

Can you update the library to support ObjC?

Thanks!