PlatformAPI.IOTAPlatformSDKNotifier.PlatformSDKRemoved
Delphi
procedure PlatformSDKRemoved(const PlatformSDK: IOTAPlatformSDK);
C++
virtual void __fastcall PlatformSDKRemoved(const _di_IOTAPlatformSDK PlatformSDK) = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTAPlatformSDKNotifier |
Description
L'EDI appelle PlatformSDKRemoved avant qu'un SDK ne soit retiré. Utilisez cette méthode pour effacer tout ce qui est associé au SDK retiré de votre côté.