NIMRedPacketManager Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | NIMRedPacketManagerProtocol.h |
– fetchTokenWithRedPacketRequest:completion:
required method
Callback for getting the token for the red packet service
- (void)fetchTokenWithRedPacketRequest:(NIMRedPacketTokenRequest *)request completion:(nullable NIMRedPacketTokenFetchBlock)completion
Parameters
request |
red packet request |
---|---|
completion |
callback for getting the token for the red packet service. |
Discussion
Callback for getting the token for the red packet service
Declared In
NIMRedPacketManagerProtocol.h