ProposalPhase

class ProposalPhase<R : CPGRequestResource<*>>(repository: Repository, r: R) : BaseRequestPhase<R>

Provides implementation of the proposal phase of the activity flow. See general-activity-flow for more info.

Constructors

Link copied to clipboard
constructor(repository: Repository, r: R)