예제 #1
0
        private static void setNextSignedPreKeyId(uint id)
        {
            var signedPreKey = new SignedPreKeyIndex {
                SignedPreyKeyIndex = 1, Next = id
            };

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


            conn.InsertOrReplace(signedPreKey);
        }