Class SocialAccountInfo


  • public class SocialAccountInfo
    extends java.lang.Object
    Represents social network account information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCreatedAt()
      Return the creation time of social network integration in milliseconds (Since January 1, 1970 00:00:00 UTC).
      KiiSocialNetworkConnector.Provider getProvider()
      Return the social network provider.
      java.lang.String getSocialAccountId()
      Return the account identifier given by the social network provider.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSocialAccountId

        @NonNull
        public java.lang.String getSocialAccountId()
        Return the account identifier given by the social network provider.
      • getCreatedAt

        public long getCreatedAt()
        Return the creation time of social network integration in milliseconds (Since January 1, 1970 00:00:00 UTC).