GRPC Objective-C  1.26.0
Instance Methods
GRPCOpSendMetadata Class Reference

#import <GRPCWrappedCall.h>

Instance Methods

(instancetype) - initWithMetadata:handler:
 
(instancetype) - initWithMetadata:flags:handler:
 
- Instance Methods inherited from GRPCOperation
(void) - finish
 Guaranteed to be called when the operation has finished. More...
 

Additional Inherited Members

- Properties inherited from GRPCOperation
grpc_op op
 

Method Documentation

◆ initWithMetadata:flags:handler:()

- (instancetype) initWithMetadata: (NSDictionary *)  metadata
flags: (uint32_t)  flags
handler: (void(^)(void))  NS_DESIGNATED_INITIALIZER 

◆ initWithMetadata:handler:()

- (instancetype) initWithMetadata: (NSDictionary *)  metadata
handler: (void(^)(void))  handler 

The documentation for this class was generated from the following file: