Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideRecipesAPI ReferenceChangelogDiscussions
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

ChannelPrepareResult

OCP App SDK


OCP App SDK / ChannelPrepareResult

Interface: ChannelPrepareResult

Defined in: src/app/Channel.ts:251

Result of Channel.prepare.

Properties

error?

optional error: string

Defined in: src/app/Channel.ts:259

If the call failed, a reason for the failure.


success

success: boolean

Defined in: src/app/Channel.ts:255

Whether the call succeeded.