1 package org
.asamk
.signal
.manager
.actions
;
3 import org
.asamk
.signal
.manager
.helper
.Context
;
5 public class SendPniIdentityKeyAction
implements HandleAction
{
7 private static final SendPniIdentityKeyAction INSTANCE
= new SendPniIdentityKeyAction();
9 private SendPniIdentityKeyAction() {
12 public static SendPniIdentityKeyAction
create() {
17 public void execute(Context context
) throws Throwable
{
18 context
.getSyncHelper().sendPniIdentity();