Show / Hide Table of Contents

    Interface IRateMyAppController

    Provides an interface to create a custom component to control rating request behaviour.

    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IRateMyAppController

    Methods

    CanShowRateMyApp()

    Returns a boolean value indicating whether rating window can be shown or not.

    Declaration
    bool CanShowRateMyApp()
    Returns
    Type Description
    System.Boolean

    true, if show rate my app can be displayed, false otherwise.

    DidClickOnCancelButton()

    Callback received when user clicks on cancel button.

    Declaration
    void DidClickOnCancelButton()

    DidClickOnOkButton()

    Callback received when user clicks on ok button.

    Declaration
    void DidClickOnOkButton()

    DidClickOnRemindLaterButton()

    Callback received when user clicks on remind later button.

    Declaration
    void DidClickOnRemindLaterButton()
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters