Esempio n. 1
0
        private static void setNextSignedPreKeyId(uint id)
        {
            var signedPreKey = new SignedPreKeyIndex {
                SignedPreyKeyIndex = 1, Next = id
            };

            conn.Update(signedPreKey);
        }
Esempio n. 2
0
        private static void setNextSignedPreKeyId(uint id)
        {
            var signedPreKey = new SignedPreKeyIndex
            {
                SignedPreyKeyIndex = 1,
                Next = id
            };


            conn.InsertOrReplace(signedPreKey);
        }