Module tdlight.api

Class TdApi.InputCredentialsApplePay

Enclosing class:
TdApi

public static final class TdApi.InputCredentialsApplePay extends TdApi.InputCredentials
Applies if a user enters new credentials using Apple Pay.
  • Field Details

    • data

      public String data
      JSON-encoded data with the credential identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputCredentialsApplePay

      public InputCredentialsApplePay()
      Applies if a user enters new credentials using Apple Pay.
    • InputCredentialsApplePay

      public InputCredentialsApplePay(String data)
      Applies if a user enters new credentials using Apple Pay.
      Parameters:
      data - String JSON-encoded data with the credential identifier.
    • InputCredentialsApplePay

      public InputCredentialsApplePay(DataInput input) throws IOException
      Applies if a user enters new credentials using Apple Pay.
      Throws:
      IOException
  • Method Details