API/Autodoc/Files/LaunchReviewFlow.cs.md


Functions

Name
RuStoreReviewManager.Instance. LaunchReviewFlow(onFailure:(error) , { } , onSuccess:() , { } )

function LaunchReviewFlow

RuStoreReviewManager.Instance. LaunchReviewFlow(
    onFailure:(error) ,
    { } ,
    onSuccess:() ,
    { } 
)

Source code

RuStoreReviewManager.Instance.LaunchReviewFlow(
        onFailure: (error) => {
            // Process error
        },
        onSuccess: () => {
            // Process success
        }
    );