AWSChimeSDKMessagingChannelFlowCallbackRequest

Objective-C

@interface AWSChimeSDKMessagingChannelFlowCallbackRequest

Swift

class AWSChimeSDKMessagingChannelFlowCallbackRequest
  • The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable callbackId;

    Swift

    var callbackId: String? { get set }
  • The ARN of the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable channelArn;

    Swift

    var channelArn: String? { get set }
  • Stores information about the processed message.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKMessagingChannelMessageCallback *_Nullable channelMessage;

    Swift

    var channelMessage: AWSChimeSDKMessagingChannelMessageCallback? { get set }
  • When a processor determines that a message needs to be DENIED, pass this parameter with a value of true.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable deleteResource;

    Swift

    var deleteResource: NSNumber? { get set }