LiveMeSDK Class Reference

Inherits from NSObject
Conforms to LinkliveMethodProtocol
Declared in LiveMeSDK.h
LiveMeSDK.m

Overview

Use LiveMeSDK to quickly integrate the full live broadcast function, which is the api collection class for live broadcast function.

Other Methods

  delegate

set delegate

@property (nonatomic, weak) id<LinkliveSDKDelegate> delegate

Declared In

LiveMeSDK.h

  showLoginView

Whether show login view of LiveMe.Default is NO.

@property (nonatomic, assign) BOOL showLoginView

Declared In

LiveMeSDK.h

Other Methods

+ sharedInstance

Returns the LiveMe singleton.

+ (instancetype)sharedInstance

Declared In

LinkliveMethodProtocol.h

– setReleaseEnv:

Change online environment,default is last choice.If called,as soon as possible.Other wise,it may cause data error

- (void)setReleaseEnv:(BOOL)isRelease

Parameters

isRelease

release environment

Declared In

LiveMeSDK.m

– setEnableDataReport:

埋点

- (void)setEnableDataReport:(BOOL)enableDataReport

Declared In

LiveMeSDK.m

– setupTongDun

Invoke this method after startWithAppid or startWIthSecret in release environment. Don’t invoke this method in debug environment,If you invoke this method in the debug environment, you can’t debug your device with Xcode.

- (void)setupTongDun

Declared In

LinkliveMethodProtocol.h

– initSDKWithAppid:appSecret:

Start LiveMe with your consumer secret.

- (void)initSDKWithAppid:(NSString *)appid appSecret:(NSString *)appSecret

Parameters

appid

Your LiveMe application’s consumer appid.

secret

Your LiveMe application’s consumer secret.LM_STR_KEY_SHORTVIDEO_GIFT_BYTHANKS_BUTTON

Declared In

LiveMeSDK.m

– onLoginSuccessWithOriginUid:openID:token:

Called when login LiveMe acount server successfully

- (void)onLoginSuccessWithOriginUid:(NSString *)originUid openID:(NSString *)openID token:(NSString *)token

Parameters

originUid

origin user iid

token

LiveMe user token

uid

LiveMe user id

Declared In

LiveMeSDK.m

– onLogout

Called when the user logout

- (void)onLogout

Declared In

LiveMeSDK.m

– applicationWillTerminate:

Called in method applicationWillTerminate:

- (void)applicationWillTerminate:(UIApplication *)application

Parameters

application

current application

Declared In

LiveMeSDK.m

– didReceiveRemoteNotification:

Called when receiving a remote notification

- (void)didReceiveRemoteNotification:(NSDictionary *)userInfo

Parameters

userInfo

Remote notification information

Declared In

LiveMeSDK.m

– updateShopCartCount:

update shop cart count

- (void)updateShopCartCount:(NSInteger)count

Declared In

LinkliveMethodProtocol.h

– startBroadcast

Start broadcast

- (void)startBroadcast

Declared In

LiveMeSDK.m

– startWatchLive:

Start playing live video

- (void)startWatchLive:(id)videoInfo

Parameters

videoInfo

Live video information

Declared In

LiveMeSDK.m

– openPersonalPage

Navigate to personal page

- (void)openPersonalPage

Declared In

LiveMeSDK.m

– openUserHomePage:

Navigate to user home page

- (void)openUserHomePage:(NSString *)userID

Parameters

userID

user home page userid

Declared In

LiveMeSDK.m

– showSdkHomePage:

When the user click the live tab, call this method It is used to report DAU of live

- (void)showSdkHomePage:(int)from

Parameters

from

from

Declared In

LiveMeSDK.m

– openContributionRankPage

Navigate to contribution rank page

- (void)openContributionRankPage

Declared In

LiveMeSDK.m

– openMessageList

Navigatee to message list page

- (void)openMessageList

Declared In

LiveMeSDK.m

– openSearchPage

Navigate to Search page

- (void)openSearchPage

Declared In

LiveMeSDK.m

– showLiveListFilter

Show filter panel to filter live list

- (void)showLiveListFilter

Declared In

LiveMeSDK.m

– routeWithURI:

Navigate to view controller by URI.

- (void)routeWithURI:(NSString *)uri

Parameters

uri

url

Declared In

LiveMeSDK.m

– getChatUnReadNum

unread message count return number

- (NSInteger)getChatUnReadNum

Declared In

LiveMeSDK.m

– fetchVideoListVC

Get video list view

- (UIViewController *)fetchVideoListVC

Declared In

LiveMeSDK.m

– isUserLogin

login status check

- (BOOL)isUserLogin

Declared In

LiveMeSDK.m

– deviceId

When login LiveMe acount,call the function to pass a customed device identifier as a paramter to service. return device union id

- (NSString *)deviceId

Declared In

LiveMeSDK.m

– getOrderId:

Get Order ID

- (void)getOrderId:(void ( ^ ) ( NSString *lmOrderId ))callback

Parameters

callback

callback orderid

Declared In

LiveMeSDK.m

– showUserAppealWithUid:type:warningMsg:

Show user appeal page

- (void)showUserAppealWithUid:(NSString *)uid type:(NSInteger)type warningMsg:(NSString *)warningMsg

Parameters

uid

uid

type

type

warningMsg

warning msg

Declared In

LiveMeSDK.m

– fetchVideoListData:gender:page:complete:

Get the specified live broadcast

- (void)fetchVideoListData:(LMVideoFrom)from gender:(LMRequestGender)gender page:(int)page complete:(void ( ^ ) ( LMVideoResponse *response , NSError *error ))complete

Parameters

from

Feature or follow

gender

Get the broadcast of the specified gender

page

Start with 0

complete

Callback

Declared In

LiveMeSDK.m

– jumpToLiveRoomWithVid:

Jump to the live room of the specified vid

- (void)jumpToLiveRoomWithVid:(NSString *)vid

Parameters

vid

vid

Declared In

LiveMeSDK.m

– receiveInvalidToken:

收到失效token

- (void)receiveInvalidToken:(NSNotification *)notification

Declared In

LiveMeSDK.m

– loadUserManager

用户信息配置

- (void)loadUserManager

Declared In

LiveMeSDK.m

– updateCountryCode

更新城市码

- (void)updateCountryCode

Declared In

LiveMeSDK.m

– imStart:token:

im start

- (void)imStart:(NSString *)uid token:(NSString *)token

Declared In

LiveMeSDK.m

– _innerLoginSucceed:token:

登陆成功

- (void)_innerLoginSucceed:(NSString *)uid token:(NSString *)token

Declared In

LiveMeSDK.m

– queryUserInfo:

查询用户信息

- (void)queryUserInfo:(NSString *)uid

Declared In

LiveMeSDK.m

– linkvShopLoginPage

电商-start

- (void)linkvShopLoginPage

Declared In

LiveMeSDK.m

– linkvShopAddCartPage

购物车

- (void)linkvShopAddCartPage

Declared In

LiveMeSDK.m

Extension Methods

  featureRequest

请求

@property (nonatomic, strong) LMFeatureRequest *featureRequest

Declared In

LiveMeSDK.m

  followRequest

请求

@property (nonatomic, strong) LMFollowRequest *followRequest

Declared In

LiveMeSDK.m