mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
move constants into library
This commit is contained in:
@@ -5,8 +5,10 @@ import java.util.List;
|
||||
|
||||
public class OutgoingPushMessage {
|
||||
|
||||
public static final int TYPE_MESSAGE = 1;
|
||||
public static final int TYPE_PREKEYED_MESSAGE = 2;
|
||||
public static final int TYPE_MESSAGE_PLAINTEXT = 0;
|
||||
public static final int TYPE_MESSAGE_CIPHERTEXT = 1;
|
||||
public static final int TYPE_MESSAGE_KEY_EXCHANGE = 2;
|
||||
public static final int TYPE_MESSAGE_PREKEY_BUNDLE = 3;
|
||||
|
||||
private int type;
|
||||
private List<String> destinations;
|
||||
|
||||
Reference in New Issue
Block a user