Returns the current state of a customer's subscription journey.

NamiCustomerManager.currentCustomerJourneyState() -> CustomerJourneyState
CustomerJourneyState *customerJourneyState = [NamiCustomerManager currentCustomerJourneyState];
val state: CustomerJourneyState? = NamiCustomerManager.currentCustomerJourneyState()
CustomerJourneyState state = NamiCustomerManager.currentCustomerJourneyState();
NativeModules.NamiCustomerManagerBridge.currentCustomerJourneyState( (customerJourneyState) => { } );
CustomerJourneyState state = await NamiCustomerManager.currentCustomerJourneyState();
var state = NamiCustomerManager.CurrentCustomerJourneyState;

Returns a CustomerJourneyState object.