getStatusTimestamp method
The server-side timestamp of the subscription status.
Lifecycle This method can be called at any time.
Notification A change to this setting will be notified through a call to MpnSubscriptionListener.onPropertyChanged
with argument status_timestamp
on any MpnSubscriptionListener listening to the related MpnSubscription.
Returns The server-side timestamp of the subscription status.
- See getStatus
Implementation
int getStatusTimestamp() {
return _statusTs;
}