Skip to content

SNMMsgType

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

SNMMsgType Constants Reference

  Declared in SNMCRConnection.m

SNMMsgType

Definition

typedef NS_ENUM(NSInteger, SNMMsgType ) {   
    
    SNMMsgTypeCustom = 0,
    
    SNMMsgTypeNoti = 1,
    
};

Constants

SNMMsgTypeCustom

   Declared In SNMCRConnection.m.

SNMMsgTypeNoti

   Declared In SNMCRConnection.m.

Clone this wiki locally