Package 

Class AwaitComponent

  • All Implemented Interfaces:
    com.adyen.checkout.components.ActionComponent , com.adyen.checkout.components.Component , com.adyen.checkout.components.Component , com.adyen.checkout.components.ViewableComponent

    
    public class AwaitComponent
    extends BaseActionComponent<AwaitConfiguration> implements ViewableComponent<AwaitOutputData, AwaitConfiguration, ActionComponentData>
                        
    • Method Summary

      Modifier and Type Method Description
      boolean canHandleAction(@NonNull() Action action)
      void observe(@NonNull() LifecycleOwner lifecycleOwner, @NonNull() Observer<ActionComponentData> observer)
      void observeOutputData(@NonNull() LifecycleOwner lifecycleOwner, @NonNull() Observer<AwaitOutputData> observer)
      AwaitOutputData getOutputData()
      void sendAnalyticsEvent(@NonNull() Context context)
      • Methods inherited from class com.adyen.checkout.components.base.BaseActionComponent

        handleAction, observe, observeErrors, removeErrorObserver, removeErrorObservers, removeObserver, removeObservers, restoreState, saveState
      • Methods inherited from class com.adyen.checkout.components.base.lifecycle.ActionComponentViewModel

        getConfiguration, getSavedStateHandle
      • Methods inherited from class androidx.lifecycle.AndroidViewModel

        getApplication
      • Methods inherited from class androidx.lifecycle.ViewModel

        addCloseable
      • Methods inherited from class com.adyen.checkout.components.ActionComponent

        canHandleAction
      • Methods inherited from class com.adyen.checkout.components.ViewableComponent

        getOutputData, observeOutputData, sendAnalyticsEvent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait