getStatusTimestamp method

int getStatusTimestamp()

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.

Implementation

external int getStatusTimestamp();