FMPState.Builder

Description

The FMPState.Builder class is a builder for the FMPState class.

class Builder

Methods

Method Description
build() Build an instance of the FMPState class. It returns the object of the FMPState type.
func build() -> FMPState

Example

Build an instance of the FMPState class:

// Build an instance of the FMPState class
let state: FMPState = fmp.state.build()

See also:

FMPWrapper Framework | Classes