RCIMPublicServiceProfileDataSource Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RCIM.h |
– getPublicServiceProfile:completion:
required method
SDK 的回调,用于向 App 获取公众号信息
- (void)getPublicServiceProfile:(NSString *)accountId completion:(void ( ^ ) ( RCPublicServiceProfile *profile ))completion
Parameters
accountId |
公众号 ID |
---|---|
completion |
获取公众号信息完成之后需要执行的 Block[profile: 该公众号 ID 对应的公众号信息] |
Discussion
SDK 的回调,用于向 App 获取公众号信息
SDK 通过此方法获取公众号信息并显示,请在 completion 中返回该公众号 ID 对应的公众号信息。 在您设置了公众号信息提供者之后,SDK 在需要显示公众号信息的时候,会调用此方法,向您请求公众号信息用于显示。
Declared In
RCIM.h
– publicServiceProfile:
required method
SDK 的回调,用于向 App 同步获取公众号信息
- (RCPublicServiceProfile *)publicServiceProfile:(NSString *)accountId
Parameters
accountId |
公众号 ID |
---|
Return Value
公众号信息
Discussion
SDK 的回调,用于向 App 同步获取公众号信息
Declared In
RCIM.h