Class ACAccount

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

@Deprecated
public class ACAccount
extends NSObject
Deprecated.
Deprecated in iOS 15.0. Use appropriate non-Apple SDK corresponding to the type of account you want to reference instead
  • Constructor Details

    • ACAccount

      public ACAccount()
      Deprecated.
    • ACAccount

      protected ACAccount​(NSObject.Handle h, long handle)
      Deprecated.
    • ACAccount

      protected ACAccount​(NSObject.SkipInit skipInit)
      Deprecated.
    • ACAccount

      public ACAccount​(ACAccountType type)
      Deprecated.
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Deprecated.
    • getAccountType

      public ACAccountType getAccountType()
      Deprecated.
    • setAccountType

      public void setAccountType​(ACAccountType v)
      Deprecated.
    • getAccountDescription

      public String getAccountDescription()
      Deprecated.
    • setAccountDescription

      public void setAccountDescription​(String v)
      Deprecated.
    • getUsername

      public String getUsername()
      Deprecated.
    • setUsername

      public void setUsername​(String v)
      Deprecated.
    • getUserFullName

      public String getUserFullName()
      Deprecated.
    • getCredential

      public ACAccountCredential getCredential()
      Deprecated.
    • setCredential

      public void setCredential​(ACAccountCredential v)
      Deprecated.
    • init

      protected long init​(ACAccountType type)
      Deprecated.