Class LocationSharingSubscriberData

  • All Implemented Interfaces:

    
    public class LocationSharingSubscriberData
    
                        

    Basic data structure to hold location sharing subscriber data includes the token associated with the subscriber, a list of subscriber identifier pairs and an expiration unix timestamp

    • Constructor Detail

      • LocationSharingSubscriberData

        LocationSharingSubscriberData(String token, List<IdentifierPair> subscribers, long expiryTimestamp)