|
fun afterTextChanged(s: Editable?): Unit |
|
fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int): Unit |
|
fun onCancel(): Unit |
|
fun onCheckedChanged(buttonView: CompoundButton?, isChecked: Boolean): Unit |
|
fun onClick(view: View?): Unit |
|
fun onConnectivityChanged(isConnected: Boolean): Unit |
|
fun onCreate(savedInstanceState: Bundle?): Unit |
|
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |
|
fun onDestroy(): Unit |
|
fun onDetach(): Unit |
|
fun onLoginFailure(): Unit |
|
fun onLoginSuccess(ticketingLoginData: TicketingLoginData): Unit |
|
fun onPaymentResult(paymentResult: PaymentResult): Unit |
|
fun onPaymentRetrieved(paymentResult: PaymentResult?): Unit |
|
fun onResume(): Unit |
|
fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int): Unit |
|
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
|
fun removeCartEntryDialog(cartEntry: CartEntry): Unit |
|
fun setPickupTimeText(text: String): Unit |
|
Passes back the Seat object created from the Seat Picker.
fun storeCapturedSeatMetadata(seat: Seat): Unit |