Package org.signal.libsignal.net
Class RegisterAccountResponse
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class RegisterAccountResponse extends NativeHandleGuard.SimpleOwner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRegisterAccountResponse.BadgeEntitlementpublic final classRegisterAccountResponse.BackupEntitlement
-
Method Summary
Modifier and Type Method Description RegisterAccountResponse.BackupEntitlementgetBackupEntitlement()Array<RegisterAccountResponse.BadgeEntitlement>getBadgeEntitlements()ServiceId.AcigetAci()ServiceId.PnigetPni()StringgetNumber()booleanisReregistration()booleanisStorageCapable()Array<byte>getUsernameHash()UUIDgetUsernameLinkHandle()-
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.SimpleOwner
unsafeNativeHandleWithoutGuard -
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.Owner
guard, guardedMap, guardedMapChecked, guardedRun, guardedRunChecked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBackupEntitlement
RegisterAccountResponse.BackupEntitlement getBackupEntitlement()
-
getBadgeEntitlements
Array<RegisterAccountResponse.BadgeEntitlement> getBadgeEntitlements()
-
getAci
ServiceId.Aci getAci()
-
getPni
ServiceId.Pni getPni()
-
isReregistration
boolean isReregistration()
-
isStorageCapable
boolean isStorageCapable()
-
getUsernameHash
Array<byte> getUsernameHash()
-
getUsernameLinkHandle
UUID getUsernameLinkHandle()
-
-
-
-