mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Re-indent example packet comments
This commit is contained in:
parent
403c39290c
commit
a647c8e447
@ -72,10 +72,11 @@ public class ContactsPlugin extends Plugin {
|
||||
* then, for each UID, there shall be a field with the key of that UID and the value of the name of the contact
|
||||
* <p>
|
||||
* For example:
|
||||
* ( 'uids' : ['1', '3', '15'],
|
||||
* '1' : 'John Smith',
|
||||
* '3' : 'Abe Lincoln',
|
||||
* '15' : 'Mom' )
|
||||
* { 'uids' : ['1', '3', '15'],
|
||||
* '1' : 'John Smith',
|
||||
* '3' : 'Abe Lincoln',
|
||||
* '15' : 'Mom'
|
||||
* }
|
||||
*/
|
||||
private static final String PACKET_TYPE_CONTACTS_RESPONSE_VCARDS = "kdeconnect.contacts.response_vcards";
|
||||
|
||||
|
@ -67,15 +67,15 @@ public class SMSPlugin extends Plugin {
|
||||
* <p>
|
||||
* For example:
|
||||
* { "messages" : [
|
||||
* { "event" : "sms",
|
||||
* "messageBody" : "Hello",
|
||||
* "phoneNumber" : "2021234567",
|
||||
* "messageDate" : "1518846484880",
|
||||
* "messageType" : "2",
|
||||
* "threadID" : "132"
|
||||
* },
|
||||
* { ... },
|
||||
* ...
|
||||
* { "event" : "sms",
|
||||
* "messageBody" : "Hello",
|
||||
* "phoneNumber" : "2021234567",
|
||||
* "messageDate" : "1518846484880",
|
||||
* "messageType" : "2",
|
||||
* "threadID" : "132"
|
||||
* },
|
||||
* { ... },
|
||||
* ...
|
||||
* ]
|
||||
*/
|
||||
private final static String PACKET_TYPE_SMS_MESSAGE = "kdeconnect.sms.messages";
|
||||
|
Loading…
x
Reference in New Issue
Block a user