AWSChimeSDKMessagingDescribeChannelFlowResponse
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelFlowResponse
Swift
class AWSChimeSDKMessagingDescribeChannelFlowResponse
-
The channel flow details.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelFlow *_Nullable channelFlow;
Swift
var channelFlow: AWSChimeSDKMessagingChannelFlow? { get set }