InformationNotificationMessage

public void InformationNotificationMessage(String message)

Constructor.

Parameters

message

Specifies the content of the gray bar notification message.


public void InformationNotificationMessage(Array<byte> data)

Constructor.

Parameters

data

Byte array containing the JSON string.


public void InformationNotificationMessage(Parcel in)

Constructor.

Parameters

in

The Parcel object passed during initialization.