ZaloSDK
class ZaloSDK : NSObject
요약
Zalo에서 인증, 사용자 프로필 가져오기, 친구 목록 가져오기, 메시지 보내기, 푸시 피드 등을 수행하는데 사용할 수 있는 정적 함수가 포함 된 클래스입니다.
Summary
A class that contains static functions that you can use to authenticate, get user profile, get friend list, send message, push feed, etc... in Zalo.
Declaration
class ZaloSDK : NSObject
'IOS 개발' 카테고리의 다른 글
[iOS] var children: [UIViewController] { get } (0) | 2020.04.13 |
---|---|
[iOS] @interface NSData : NSObject (0) | 2020.04.13 |
[iOS] protocol NSObjectProtocol (0) | 2020.04.09 |
[iOS] struct UIInterfaceOrientationMask (0) | 2020.04.06 |
[iOS] class LAContext : NSObject (0) | 2020.04.03 |