VGUserChannels
Objective-C
@interface VGUserChannels : NSObject
@property (readonly, nullable) NSArray<VGChannel *>* app;
@property (readonly, nullable) NSArray<VGChannel *>* phone;
@property (readonly, nullable) NSArray<VGChannel *>* pstn;
@property (readonly, nullable) NSArray<VGChannel *>* sip;
@property (readonly, nullable) NSArray<VGChannel *>* vbc;
@property (readonly, nullable) NSArray<VGChannel *>* websocket;
@property (readonly, nullable) NSArray<VGChannel *>* sms;
@property (readonly, nullable) NSArray<VGChannel *>* mms;
@property (readonly, nullable) NSArray<VGChannel *>* whatsapp;
@property (readonly, nullable) NSArray<VGChannel *>* viber;
@property (readonly, nullable) NSArray<VGChannel *>* messenger;
- (instancetype)init __attribute__((unavailable));
@end
Swift
class VGUserChannels : NSObject
Undocumented
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init __attribute__((unavailable));