Uses of Enum Class
it.auties.whatsapp.model.companion.CompanionLinkResult
Packages that use CompanionLinkResult
-
Uses of CompanionLinkResult in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return types with arguments of type CompanionLinkResultModifier and TypeMethodDescriptionprivate CompletableFuture<CompanionLinkResult> Whatsapp.handleCompanionEncrypt(Node result, Jid companion, int keyId) private CompletableFuture<CompanionLinkResult> Whatsapp.handleCompanionPairing(Node result, int keyId) Whatsapp.linkDevice(byte[] qrCode) Links a companion to this deviceprivate CompletableFuture<CompanionLinkResult> Whatsapp.linkDevice(byte[] advIdentity, byte[] identityKey, String ref, byte[] publicKey) Whatsapp.linkDevice(String qrCodeData) Links a companion to this device Mobile api only -
Uses of CompanionLinkResult in it.auties.whatsapp.model.companion
Methods in it.auties.whatsapp.model.companion that return CompanionLinkResultModifier and TypeMethodDescriptionstatic CompanionLinkResultReturns the enum constant of this class with the specified name.static CompanionLinkResult[]CompanionLinkResult.values()Returns an array containing the constants of this enum class, in the order they are declared.