Package 

Class CustomerCenterKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit CustomerCenter(Modifier modifier, CustomerCenterOptions options, Function0<Unit> onDismiss) Use the Customer Center in your app to help your customers manage common support tasks.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • CustomerCenter

        @Composable() final static Unit CustomerCenter(Modifier modifier, CustomerCenterOptions options, Function0<Unit> onDismiss)

        Use the Customer Center in your app to help your customers manage common support tasks.

        Customer Center is a self-service UI that can be added to your app to help your customers manage their subscriptions on their own. With it, you can prevent churn with pre-emptive promotional offers, capture actionable customer data with exit feedback prompts, and lower support volumes for common inquiries — all without any help from your support team.

        The CustomerCenter composable is a full screen UI that can be used to integrate the Customer Center directly in your app with Compose.

        For more information, see the Customer Center docs.