Skip to content

SNSDKPluginType

Ju Liaoyuan edited this page Dec 20, 2022 · 1 revision

SNSDKPluginType Constants Reference

  Declared in SNSDKPluginProtocol.h

SNSDKPluginType

Definition

typedef NS_ENUM(NSInteger, SNSDKPluginType ) {   
    
    SNSDKPluginTypeVideo = 0,
    
    SNSDKPluginTypeAudio,
    
    SNSDKPluginTypeVideoChat,
    
};

Constants

SNSDKPluginTypeVideo

   Declared In SNSDKPluginProtocol.h.

SNSDKPluginTypeAudio

   Declared In SNSDKPluginProtocol.h.

SNSDKPluginTypeVideoChat

   Declared In SNSDKPluginProtocol.h.

Clone this wiki locally