Tesis 1.0.0
Loading...
Searching...
No Matches
com.example.food_front.SuccessFragment Class Reference
Inheritance diagram for com.example.food_front.SuccessFragment:

Public Member Functions

 SuccessFragment ()
void onCreate (Bundle savedInstanceState)
View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

Static Public Member Functions

static SuccessFragment newInstance (String paymentRequestId, String paymentMethod)

Detailed Description

Definition at line 22 of file SuccessFragment.java.

Constructor & Destructor Documentation

◆ SuccessFragment()

com.example.food_front.SuccessFragment.SuccessFragment ( )
inline

Definition at line 29 of file SuccessFragment.java.

Member Function Documentation

◆ newInstance()

SuccessFragment com.example.food_front.SuccessFragment.newInstance ( String paymentRequestId,
String paymentMethod )
inlinestatic

Crea una nueva instancia del fragmento con datos de pago opcional

Parameters
paymentRequestIdID de la solicitud de pago (opcional)
paymentMethodMétodo de pago utilizado (opcional)
Returns
Una nueva instancia del fragmento

Definition at line 39 of file SuccessFragment.java.

◆ onCreate()

void com.example.food_front.SuccessFragment.onCreate ( Bundle savedInstanceState)
inline

Definition at line 49 of file SuccessFragment.java.

◆ onCreateView()

View com.example.food_front.SuccessFragment.onCreateView ( LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState )
inline

Definition at line 58 of file SuccessFragment.java.


The documentation for this class was generated from the following file: