萤石云 iOSSDK,移植跨平台相关工程
Davin
2023-07-10 0de4cf306d8e13fd57b3e04bfb81362a10f12a4d
EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs
@@ -72,6 +72,10 @@
      [Export("Play:")]
      void Play(NSObject deviceInfo);
        // -(void)Play:(id)deviceInfo showCallout:(BOOL)isShow;
        [Export("Play:showCallout:")]
        void Play(NSObject deviceInfo, bool isShow);
      // -(void)PlayWithDeviceSerial:(NSString *)deviceSerial;
      [Export("PlayWithDeviceSerial:")]
      void PlayWithDeviceSerial(string deviceSerial);