getPublicServiceProfile

public abstract void getPublicServiceProfile(PublicServiceType publicServiceType, String publicServiceId, RongIMClient.ResultCallback<PublicServiceProfile> callback)

获取某公共服务信息。

Parameters

publicServiceType

公众服务类型。参考 io.rong.imlib.model.Conversation.PublicServiceType 。

publicServiceId

公共服务 id。

callback

公共账号信息回调。

See also

PublicServiceProfile