Package-level declarations
Types
Link copied to clipboard
class SamsungSignIn
This class provides methods for obtaining Samsung account information logged into the device. These methods are available for both apps installed on the device and apps on the cloud.
Link copied to clipboard
data class SamsungSignInAccount(var userId: String = "", var familyName: String = "", var givenName: String = "", var birthDate: Int = 19700101, var preferredUserName: String = "", var email: String = "", var phoneNumber: String = "", var picture: String = "", var errorCode: String = "", var errorMessage: String = "")
This data class contains information about the signed-in user, such as the name, birthdate, email, phone number, picture, unique user ID.