getAppContentStageCallbackFunctionType type

Get app content stage sharing state callback function type

type getAppContentStageCallbackFunctionType = (
  error: SdkError | null,
  appContentStageSharingState: IAppContentStageSharingState | null
) => void